范围
Scope
指定搜索提供程序。
子元素
设置 | 说明 |
---|---|
FaviconURL | 指定特定“搜索范围”项的图标的路径。 Internet Explorer 8 到 Internet Explorer 11。 |
PreviewURL | 指定 URL,其中预览版显示在“加速器”窗口。 Internet Explorer 8 到 Internet Explorer 11。 |
ScopeDefault | 指定“搜索范围”项是否为默认搜索提供程序。 Internet Explorer 7 到 Internet Explorer 11。 |
ScopeDisplayName | 指定搜索提供程序的显示名称。 Internet Explorer 7 到 Internet Explorer 11。 |
ScopeKey | 指定搜索提供程序的唯一字符串。 Internet Explorer 7 到 Internet Explorer 11。 |
ScopeUrl | 指定搜索提供程序的 URL。 Internet Explorer 7 到 Internet Explorer 11。 |
ShowSearchSuggestions | 指定是否显示“搜索建议”。 Internet Explorer 8 到 Internet Explorer 11。 |
SuggestionsURL | 指定在搜索期间,通过使用基于 XML 的搜索向用户显示的建议。 Internet Explorer 8 到 Internet Explorer 11。 |
SuggestionsURL_JSON | 指定在搜索期间,通过使用基于 JavaScript 对象表示法 (JSON) 的搜索向用户显示的建议。 Internet Explorer 8 到 Internet Explorer 11。 |
有效配置阶段
specialize
父层次结构
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope
应用于
有关此组件支持的 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-IE-InternetExplorer。
XML 示例
以下示例显示如何设置搜索提供程序。
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.contoso.com/search?q={searchTerms}</ScopeUrl>
</Scope>
<Scope wcm:action="add">
<ScopeDisplayName>MySecondSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider2</ScopeKey>
<ScopeUrl>http://search.fabrikam.com/results.aspx?q="{searchTerms}"</ScopeUrl>
</Scope>
</SearchScopes>