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

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.

  Copy Code
<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