Changes between Version 9 and Version 10 of Public/Docs/CinnamonUsingQuickSearch
- Timestamp:
- Mar 25, 2020, 10:45:59 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonUsingQuickSearch
v9 v10 4 4 5 5 == Using quick search 6 === Searching field content 6 7 * Enter the search term into the text field shown in the screenshot. 7 8 … … 10 11 * Press Enter or click the search button to the right of the text field. 11 12 * Cinnamon searches certain fields for the search term entered and shows the result in a new window. 13 14 === Searching for an object with a specific ID 15 * If you want to find an object with a given ID, enter the ID prefixed with a number sign into the text field. Example: {{{#12345}}}. 16 * If the object exists, Cinnamon returns the object with the ID you entered. 17 > **NOTE:** This method only works with objects, not with folders. 12 18 13 19 == Notes … … 33 39 34 40 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. 35 36 The default configuration37