TopResultURL
Applies To: Windows 8, Windows 8.1, Windows Server 2012, Windows Server 2012 R2
TopResultURL
specifies the complete URL of the page that shows the TopResult search results from a search provider in Windows® Internet Explorer®.
This setting works with the ShowTopResult setting.
Typically when an end user performs a search, the search provider returns a search results page. With the TopResult feature enabled, when the search provider is confident that the end user is searching for a specific website, the search provider can choose to skip the results page and instead return the new site.
Values
URL |
Specifies the TopResult URL for the search provider. URL is a string that has a maximum length of 2083 characters. |
Valid Configuration Passes
specialize
Parent Hierarchy
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | TopResultURL
Applies To
For a list of the Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
XML Example
The following example shows how to enable the TopResult feature for a search provider.
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>Contoso</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>https://www.contoso.com/search?q={searchTerms}</ScopeUrl>
<ShowSearchSuggestions>false</ShowSearchSuggestions>
<ShowTopResult>true</ShowTopResult>
<TopResultUrl>https://www.contoso.com/search?q={searchTerms}&TopResult</Scope>
</Scope>
</SearchScopes>