Skip to content

Commit ce89a9c

Browse files
authored
Merge pull request #98613 from wvanbesien/patch-1
Update search-security-trimming-for-azure-search.md
2 parents 6f6c996 + 4553fc8 commit ce89a9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 12/16/2020
1313

1414
# Security filters for trimming results in Azure Cognitive Search
1515

16-
You can apply security filters to trim search results in Azure Cognitive Search based on user identity. This search experience generally requires comparing the identity of whoever requests the search against a field containing the principles who have permissions to the document. When a match is found, the user or principal (such as a group or role) has access to that document.
16+
You can apply security filters to trim search results in Azure Cognitive Search based on user identity. This search experience generally requires comparing the identity of whoever requests the search against a field containing the principals who have permissions to the document. When a match is found, the user or principal (such as a group or role) has access to that document.
1717

1818
One way to achieve security filtering is through a complicated disjunction of equality expressions: for example, `Id eq 'id1' or Id eq 'id2'`, and so forth. This approach is error-prone, difficult to maintain, and in cases where the list contains hundreds or thousands of values, slows down query response time by many seconds.
1919

@@ -157,4 +157,4 @@ This article described a pattern for filtering results based on user identity an
157157
For an alternative pattern based on Active Directory, or to revisit other security features, see the following links.
158158

159159
* [Security filters for trimming results using Active Directory identities](search-security-trimming-for-azure-search-with-aad.md)
160-
* [Security in Azure Cognitive Search](search-security-overview.md)
160+
* [Security in Azure Cognitive Search](search-security-overview.md)

0 commit comments

Comments
 (0)