共用方式為


supportsAdvancedQuerySyntax 元素 (搜尋連接器架構)

布林值 < 支援AdvancedQuerySyntax > 元素會指定搜尋提供者是否支援 進階查詢語法。 預設值為 false。 這個元素是選擇性的,沒有子項目,也沒有屬性。

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>

項目資訊

Parent 項目 子元素
searchConnectorDescriptionType 元素 (搜尋連接器架構)  

 

備註

true 表示搜尋提供者支援在搜尋查詢中傳送的進階查詢語法。

範例

<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="http://schemas.microsoft.com/windows/2009/searchConnector">
    ...
    <supportsAdvancedQuerySyntax>true</supportsAdvancedQuerySyntax>
    ...
</searchConnectionDescription>