Version 7 (modified by 5 years ago) ( diff ) | ,
---|
Quick search
General notes
CDCplus offers quick search functionality that lets the user search the repository based on a string entered into a text field.
Using quick search
- Enter the search term into the text field shown in the screenshot.
- Press Enter or click on the search button to the right of the text field.
- Cinnamon searches certain fields for the search term entered and shows the result in a new window.
Notes
- Search is case-insensitive. The terms
Cinnamon
,cinnamon
andCinnaMON
all produce the same results. - For performance reasons, the fields only match if they begin with the entered term.
any
will matchany
andanyone
but notepiphany
.- Multi-value fields like
content
will match if any of the contained tokens (words) matches. - Only the latest versions of the results are returned.
- The result set size is, by default, limited to 100 to avoid huge result sets on very unspecific searches (like searching for
a
). If there are more than 100 results, the user receives a message and can decide to see all results.
Configuration
Like all searches in Cinnamon, quick search is based on fields. Quick search is configurable. In the client configuration, the administrator can define the fields to be searched.
The default configuration is:
<quick_search_config maxpagesize="100"> <fieldname>name</fieldname> <fieldname>title</fieldname> <fieldname>content</fieldname> </quick_search_config>
Therefore, by default, quick search searches the name, the title and the content. Administrators can change the configuration to search more fields, icluding custom fields in the metadata like product assignment or target group of a bit of documentation. This is simply done by editing the fieldname
elements inside the quick_search_config
element.
The default configuration
Attachments (1)
-
QuickSearch.png
(7.4 KB
) - added by 5 years ago.
CDCplus quick search screenshot
Download all attachments as: .zip