TopResultURL (Standard 8 Module Reference)
7/8/2014
Review the applicable Feature modules and any examples for the TopResultURL setting in Windows Embedded 8 Standard (Standard 8).
This setting contains a string with a maximum length of 2083 characters that specifies the URL of the TopResult search page for the search provider.
Modules
The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.
Module |
Path |
---|---|
Features/User Applications/Internet Explorer 10/SearchScopes/Scope/TopResultURL |
XML Example
The following XML example shows how to configure the TopResultUrl setting 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>