Skip to content

Commit 7cd7966

Browse files
committed
Updating search provider article and adding TOC entries.
1 parent 49107a7 commit 7cd7966

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Windows Search currently uses the Web Search from Microsoft Bing app to return w
1919

2020
:::image type="content" source="images/search-integration.png" alt-text="Screenshot of the Windows Search UI with 3rd party search provider integration.":::
2121

22-
Search providers integrate with the Search experience by creating an [MSIX package](/windows/msix/) with a package manifest file that provides the required information for the OS to register the search provider. Users can add a search provider to Windows by installing the associated app package and can remove the search provider through the **Add or remove programs** page in Windows Settings app.
22+
Search providers integrate with the Search experience by creating an [MSIX package](/windows/msix/) with a package manifest file that provides the required information for the OS to register the search provider. After installation, the search provider is enabled by default in Windows Search experiences. In the Windows Settings app, users can enable and disable installed search providers and manage the order of providers in search results. Users can remove a search provider through the **Add or remove programs** page in Windows Settings app.
2323

2424
For development and testing, when Developer Mode is enabled and the search provider app has been sideloaded on the device, it will appear in the list of available search providers. For more information, see [Developer Mode features and debugging](/windows/apps/get-started/developer-mode-features-and-debugging).
2525

hub/apps/toc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,12 @@ items:
294294
- name: Test your app's signature with Smart App Control
295295
href: develop/smart-app-control/test-your-app-with-smart-app-control.md
296296
- name: Windows Search
297-
href: develop/search/search-providers.md
297+
href: develop/search/index.md
298+
items:
299+
- name: Windows Search providers
300+
href: develop/search/search-providers.md
301+
- name: Cloud file provider integration with Windows Search
302+
href: develop/search/cloud-search-integration.md
298303
- name: Windows Share
299304
items:
300305
- name: Overview

0 commit comments

Comments
 (0)