tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > SearchInContainerQueryProps

SearchInContainerQueryProps interface

Signature:

export interface SearchInContainerQueryProps

Properties

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.