supportsAdvancedQuerySyntax Element (Search Connector Schema)
[This documentation is preliminary and is subject to change.]
The Boolean <supportsAdvancedQuerySyntax> element specifies whether the search provider supports the Advanced Query Syntax. The default is false. This element is optional and has no child elements and no attributes.
Syntax
<!-- supportsAdvancedQuerySyntax -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="supportsAdvancedQuerySyntax" type="xs:boolean" default="false" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
Element Information
Parent Element | Child Elements |
---|---|
searchConnectorDescriptionType Element (Search Connector Schema) |
Remarks
The value true
indicates that the search provider supports Advanced Query Syntax sent in search queries.
Example
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.microsoft.com/windows/2009/searchConnector">
...
<supportsAdvancedQuerySyntax>true</supportsAdvancedQuerySyntax>
...
</searchConnectionDescription>