Skip to content

Commit da1afe6

Browse files
committed
checkpoint 2
1 parent 7adbd56 commit da1afe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/search-security-trimming-for-azure-search-with-aad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ IndexDocumentsResult result = searchClient.IndexDocuments(batch);
144144

145145
## Issue a search request
146146

147-
For security trimming purposes, the values in your security field in the index are static values used for including or excluding documents in search results. For example, if the group identifier for Admissions is "A11B22C33D44-E55F66G77-H88I99JKK", any documents in an Azure Cognitive Search index having that identifier in the security filed are included (or excluded) in the search results sent back to the requestor.
147+
For security trimming purposes, the values in your security field in the index are static values used for including or excluding documents in search results. For example, if the group identifier for Admissions is "A11B22C33D44-E55F66G77-H88I99JKK", any documents in an Azure Cognitive Search index having that identifier in the security field are included (or excluded) in the search results sent back to the caller.
148148

149149
To filter documents returned in search results based on groups of the user issuing the request, review the following steps.
150150

0 commit comments

Comments
 (0)