Skip to content

Commit eefffb4

Browse files
committed
Added note about the end of support for the gleam feature.
1 parent 2b6d105 commit eefffb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

hub/apps/develop/search/search-providers.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The protocol schema that will be used when launching the provided web search res
6161

6262
#### DynamicContentEndpoint
6363

64-
The URL of the HTTPS endpoint to which the OS will send a request for the gleam icon to be displayed in the search box. For more information see [Implement a gleam icon endpoint](#implement-a-gleam-icon-endpoint). This feature is supported starting with Windows 10 build 19045.4233 and Windows 11 build 22621.3371.
64+
The URL of the HTTPS endpoint to which the OS will send a request for the gleam icon to be displayed in the search box. For more information see [Implement a gleam icon endpoint](#implement-a-gleam-icon-endpoint). This feature is no longer supported.
6565

6666

6767
### Example package manifest file
@@ -169,6 +169,9 @@ Search providers must support the OPTIONS request method and respond to this req
169169

170170
## Implement a gleam icon endpoint
171171

172+
> [!NOTE]
173+
> This gleam feature is no longer enabled. Gleam icons are no longer displayed for all web providers in the EEA. The content in this section of the documentation is obsolete.
174+
172175
Search providers can optionally provide light and dark mode gleam icons that are displayed in the search bar when the search provider is currently enabled. When the **DynamicContentEndpoint** element is provided in the app manifest, a request will be sent to the specified URL and the search provider responds with a json file in the format defined below that includes the URLs of the icon image files and other metadata. The gleam icon request will be sent periodically while the search provider is the most recent provider active in Windows Search. The cadence for this request is every 6 hours. A request will also be sent upon each Search launch and on device unlock.
173176

174177
### Gleam icon HTTPS request format

0 commit comments

Comments
 (0)