Click or drag to resize

KqlFreeTextCriteriaAllowComplexExpression Field

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))

Namespace:  Colygon.MatchPoint.Search.Query.Keyword
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2016.10.0.0
Syntax
C#
public bool AllowComplexExpression

Field Value

Type: Boolean
See Also