= Quick search == General notes [wiki:Public/Docs/CDCplus 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. [[Image(wiki:Public/Docs/CinnamonUsingQuickSearch:QuickSearch.png)]] ** Quick search ** * 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}}} and {{{CinnaMON}}} all produce the same results. * For performance reasons, the fields only match if they begin with the entered term. * {{{any}}} will match {{{any}}} and {{{anyone}}} but not {{{epiphany}}}. * 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 [wiki:Public/Docs/CinnamonClientConfiguration client configuration], the administrator can define the fields to be searched. The default configuration is: {{{ name title content }}} 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