Queries for the multilist with search source field
This reference topic lists the various query options you can use as a Source when configuring a multilist with search field.
-
StartSearchLocation - the starting point for the search within the content tree. For example:
RequestResponseStartSearchLocation=query:$home//* -
TemplateFilter - templates to include or exclude, using Lucene query syntax. For example:
RequestResponseTemplateFilter={GUID5} -
FullTextQuery - Specifies a full-text search query to match item content. For example:
RequestResponseFullTextQuery=SampleText -
Filter - a filter applied to the search results, typically used to filter items by language, version, or other criteria. You use plus or minus signs before the filter to include or exclude the filtered content, and combine filters by using the pipe (|) symbol. For example:
RequestResponseFilter=+_language:en|+_latestversion:* -
Language - restricts results to a specific language. For example:
RequestResponseLanguage=english -
SortField - defines the field used to sort the search results. For example:
RequestResponseSortField=title