Click or drag to resize

KqlFreeTextCriteria Fields

The KqlFreeTextCriteria type exposes the following members.

Fields
  NameDescription
Public fieldAllowComplexExpression
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))
Top
See Also