SearchSuggestSourceSheet
Last modified by admin admin on 2024/07/23 01:12
- The name used to group search results taken from this source. It can be a translation key.
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')
- The search engine used to retrieve the results. This source is ignored if the current wiki is configured to use a different search engine.
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')
- The search suggest service. It can be either a page reference or an external URL.
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')
- The query that is passed to the search suggest service. It must contain a __INPUT__ placeholder for the searched text.
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')
- The maximum number of search results taken from this source.
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')
- The icon used to mark search results taken from this source. E.g. icon:user
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')
- Highlight the searched text in the search suggest results.
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')
- Whether this source is used or not (as long as the source search engine matches the search engine used by the current wiki).
- $services.rendering.escape($!object.getProperty($property.name).value, 'xwiki/2.1')