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.DataProviderAssembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax public bool AllowComplexQueries
Field Value
Type:
BooleanSee Also