Changes between Version 8 and Version 9 of Public/Docs/CinnamonUsingQuickSearch
- Timestamp:
- Mar 24, 2020, 12:07:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonUsingQuickSearch
v8 v9 13 13 == Notes 14 14 * Search is case-insensitive. The terms {{{Cinnamon}}}, {{{cinnamon}}} and {{{CinnaMON}}} all produce the same results. 15 * Search is index-based. The time until a search returns its results does not significantly scale with the number of objects searched, but with the size of the result set. 15 16 * For performance reasons, the fields only match if they begin with the entered term. 16 17 * {{{any}}} will match {{{any}}} and {{{anyone}}} but not {{{epiphany}}}. 17 18 * Multi-value fields like {{{content}}} will match if **any** of the contained tokens (words) matches. 18 * Only the latest versions of the results are returned.19 * 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.19 * Only the latest versions of the results are returned. 20 * 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. 20 21 21 22 == Configuration
