PreviewURL
Updated: August 1, 2012
Applies To: Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012
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.
|
URL |
Specifies the URL where previews are shown in the Accelerator window. URL is a string. |
specialize
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | PreviewURL
For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
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>
See Also
