Queries for the multilist with search source field

Version: 10.4

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:

    RequestResponse
    StartSearchLocation=query:$home//*
  • TemplateFilter - templates to include or exclude, using Lucene query syntax. For example:

    RequestResponse
    TemplateFilter={GUID5}
  • FullTextQuery - Specifies a full-text search query to match item content. For example:

    RequestResponse
    FullTextQuery=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:

    RequestResponse
    Filter=+_language:en|+_latestversion:*
  • Language - restricts results to a specific language. For example:

    RequestResponse
    Language=english
  • SortField - defines the field used to sort the search results. For example:

    RequestResponse
    SortField=title

Do you have some feedback for us?

If you have suggestions for improving this article,