Click or drag to resize

SearchDataProviderAllowComplexQueries Field

If set to false, quotation marks ('"') will be escaped and the query will be treated as a whole. Otherwise the FullTextCondition's input value will be added to the query as it is. This allows users to write raw KQL into the condition: "(Title:Bar* AND Number=42 OR (Foo))". Note: In order to use stemming 'AllowComplexQueries' has to be enabled.

Namespace:  Colygon.MatchPoint.Search.DataProvider
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public bool AllowComplexQueries

Field Value

Type: Boolean
See Also