SuggestionsURL (Standard 8 Module Reference)

7/8/2014

Review the applicable Feature modules and any examples for the SuggestionsURL setting in Windows Embedded 8 Standard (Standard 8).

This setting contains the URL where the search suggestions can be retrieved by using a search based on XML format.

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

Internet Explorer 10

Features/User Applications/Internet Explorer 10/SearchScopes/Scope/SuggestionsURL

XML Example

The following XML example shows how to configure the SuggestionsURL setting for a search provider.

<SearchScopes>
   <Scope wcm:action="add">
      <ScopeDisplayName>MySecondSearchProvider</ScopeDisplayName>
      <ScopeKey>SearchProvider2</ScopeKey>
      <ScopeUrl>http://search.fabrikam.com/results.aspx?q=&quot;{searchTerms}&quot;</ScopeUrl>
      <SuggestionsURL>http://suggestions.fabrikam.com/qsml.aspx?query={searchTerms}</SuggestionsURL>
   </Scope>
</SearchScopes>

See Also

Reference

Thin Client Template

Concepts

Feature Module Settings