KqlFreeTextCriteria Fields |
The KqlFreeTextCriteria type exposes the following members.
Name | Description | |
---|---|---|
AllowComplexExpression |
If set to false, quotation marks will be escaped in the input value. Otherwise the input value will be added to the
query as is. This allows the use of raw KQL, as follows:
(Title:Bar* AND Number=42 OR (Foo)) |