supportsAdvancedQuerySyntax 元素 (搜索连接器架构)
Boolean <supportsAdvancedQuerySyntax> 元素指定搜索提供程序是否支持 高级查询语法。 默认值为 false。 此元素是可选的,没有子元素,也没有属性。
语法
<!-- 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>
元素信息
父元素 | 子元素 |
---|---|
searchConnectorDescriptionType 元素 (搜索连接器架构) |
备注
值 true
指示搜索提供程序支持在搜索查询中发送的高级查询语法。
示例
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="http://schemas.microsoft.com/windows/2009/searchConnector">
...
<supportsAdvancedQuerySyntax>true</supportsAdvancedQuerySyntax>
...
</searchConnectionDescription>