Skip to content

Commit 49107a7

Browse files
committed
Checking in new cloud search page and index page.
1 parent 5694b8f commit 49107a7

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
description: Learn about cloud file provider integration with Windows Search.
3+
title: Cloud file provider integration with Windows Search
4+
ms.topic: article
5+
ms.date: 05/08/2025
6+
ms.localizationpriority: medium
7+
---
8+
9+
Windows Search integrates with Cloud Sync Engines. When searching for files, Windows Search will call into all registered cloud file providers. Cloud file providers must implement [IStorageProviderSearchHandlerFactory](/uwp/api/windows.storage.provider.istorageprovidersearchhandlerfactory) in order to be integrated into the Windows Search experience. For more information about implementing a Cloud Sync Engine, see [Cloud Sync Engines](/windows/win32/cfapi/cloud-files-api-portal).

hub/apps/develop/search/index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
description: This section of the documentation provides developer guidance for integrating with Windows Search.
3+
title: Integrate with Windows Search
4+
ms.topic: article
5+
ms.date: 05/08/2025
6+
ms.localizationpriority: medium
7+
---
8+
9+
# Integrate with Windows Search
10+
11+
This section of the documentation provides developer guidance for integrating with Windows Search.
12+
13+
## Windows system components that support 3rd party integration
14+
15+
The following table lists the Windows Search integration features for 3rd party developers.
16+
17+
| Feature | Description |
18+
|--|--|
19+
| [Search providers](search-providers.md) | Learn how to integrate a web search provider with Windows. Only available the European Economic Area (EEA). |
20+
| [Cloud file provider integration with Windows Search](cloud-search-integration.md) | Learn about cloud file provider integration with Windows Search. |

0 commit comments

Comments
 (0)