chromium/components/policy/resources/templates/policy_definitions/DefaultSearchProvider/DefaultSearchProviderInstantURL.yaml

caption: Default search provider instant URL
deprecated: true
desc: |-
  Specifies the URL of the search engine used to provide instant results. The URL should contain the string <ph name="SEARCH_TERM_MARKER">'{searchTerms}'</ph>, which will be replaced at query time by the text the user has entered so far.

            This policy is optional. If not set, no instant search results will be provided.

            Google's instant results URL can be specified as: <ph name="GOOGLE_INSTANT_SEARCH_URL">'{google:baseURL}suggest?q={searchTerms}'</ph>.

            This policy is only respected if the 'DefaultSearchProviderEnabled' policy is enabled.
example_value: https://search.my.company/suggest?q={searchTerms}
features:
  can_be_recommended: true
  dynamic_refresh: true
  per_profile: true
owners:
- file://components/policy/OWNERS
- [email protected]
schema:
  type: string
supported_on:
- chrome.*:10-63
- chrome_os:11-63
- android:30-63
tags: []
type: string