Home > @tridion-sites/extensions > SearchInContainerQueryProps
Signature:
export interface SearchInContainerQueryProps
Property | Modifiers | Type | Description |
---|---|---|---|
containerId | ItemUri | URI of the container to search in. | |
fullTextQuery | string | 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 \\. | |
itemTypes? | ReadonlyArray<RloItemType> | (Optional) | |
resultLimit? | number | (Optional) The maximum number of search results. |