Skip to content

Commit 74bff3d

Browse files
Merge pull request #277884 from gmndrg/main
Update search-howto-index-sharepoint-online.md
2 parents 4eeb8b8 + 126ac90 commit 74bff3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/search/search-howto-index-sharepoint-online.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-search
99
ms.custom:
1010
- ignite-2023
1111
ms.topic: how-to
12-
ms.date: 03/07/2024
12+
ms.date: 06/11/2024
1313
---
1414

1515
# Index data from SharePoint document libraries
@@ -62,6 +62,8 @@ Here are the limitations of this feature:
6262

6363
+ Indexing user-encrypted files, Information Rights Management (IRM) protected files, ZIP files with passwords or similar encrypted content isn't supported. For encrypted content to be processed, the user with proper permissions to the specific file must remove the encryption so the item can be indexed accordingly when the indexer runs the next scheduled iteration.
6464

65+
+ Indexing sub-sites recursively from a specific site provided isn't supported.
66+
6567
Here are the considerations when using this feature:
6668

6769
+ If you need a SharePoint content indexing solution in a production environment, consider creating a custom connector with [SharePoint Webhooks](/sharepoint/dev/apis/webhooks/overview-sharepoint-webhooks), calling [Microsoft Graph API](/graph/use-the-api) to export the data to an Azure Blob container, and then use the [Azure blob indexer](search-howto-indexing-azure-blob-storage.md) for incremental indexing.

0 commit comments

Comments
 (0)