SuggestionsURL_JSON
Updated: August 1, 2012
Applies To: Windows 7, Windows 8, Windows Server 2008 R2, Windows Server 2012
The SuggestionsURL_JSON setting specifies the URL where search suggestions can be retrieved by using a search based on JavaScript Object Notation (JSON).
Note |
|---|
| To specify search suggestions by using a search based on XML, use the SuggestionsURL instead. |
For information on creating Search Scopes, see Search Provider Extensibility.
|
URL |
Specifies the URL where search suggestions can be retrieved by using a search based on JavaScript Object Notation (JSON). URL is a string. |
specialize
Microsoft-Windows-IE-InternetExplorer | SearchScopes | Scope | SuggestionsURL_JSON
For a list of the supported Microsoft® Windows® editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.
The following XML example shows how to specify a URL to provide search suggestions by using a search based on JavaScript Object Notation (JSON).
<SearchScopes>
<Scope wcm:action="add">
<ScopeDefault>true</ScopeDefault>
<ScopeDisplayName>MyFirstSearchProvider</ScopeDisplayName>
<ScopeKey>SearchProvider1</ScopeKey>
<ScopeUrl>http://www.contoso.com/search?q={searchTerms}</ScopeUrl>
<SuggestionsURL_JSON>http://suggestions.contoso.com/search?&search={searchTerms}</SuggestionsURL_JSON>
<DisplayQuickPick>false</DisplayQuickPick>
</Scope>
</SearchScopes>
See Also

Note