Home > @tridion-sites/extensions > SystemSearchQueryProps > fullTextQuery
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 \\.
Signature:
fullTextQuery?: string;