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.
Applies To: Windows 7, Windows 8, Windows 8.1, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2
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>https://www.contoso.com/search?q={searchTerms}</ScopeUrl>
<PreviewURL>https://www.contoso.com/search?q={searchTerms}&ei=utf-8</PreviewURL>
</Scope>
</SearchScopes>