Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The PreviewURL
setting specifies the URL where previews are shown in the Accelerator window.
For information on setting up Accelerator previews, see the MSDN topic: Search Provider Extensibility.
Values
URL |
Specifies the URL where previews are shown in the Accelerator window. URL is a string. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | PreviewURL
Applies To
For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following XML output shows how to specify a Search Scope, including a preview URL for the Accelerators window.
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.contoso.com/search?q={searchTerms}</ScopeUrl>
<PreviewURL>http://www.contoso.com/search?q={searchTerms}&ei=utf-8</PreviewURL>
</Scope>
</SearchScopes>