tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > SystemSearchQueryProps

SystemSearchQueryProps interface

Signature:

export interface SystemSearchQueryProps

Properties

Property Modifiers Type Description
fullTextQuery?   string (Optional) Input for the full-text query. The following characters have special meaning in the query syntax: + - && || ! ( ) { } [ ] ^ “ ~ * ? : \\ To use any of these characters without their syntactical meaning, to escape them by preceding the character with a \\.
resultLimit?   number (Optional) The maximum number of search results.
usedKeywordsIds?   ReadonlyArray<ItemUri> (Optional) Limits the search results to only items that are classified with the specified keyword IDs.