Home > @tridion-sites/extensions > SystemSearchQueryProps
Signature:
export interface SystemSearchQueryProps
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. |