Skip to content

Commit deef8c7

Browse files
authored
[DOCS] Add DLS multi-match limitation (#115003)
1 parent b0e3b79 commit deef8c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/reference/security/limitations.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,13 @@ including the following queries:
8181
* A search request cannot be profiled if document level security is enabled.
8282
* The <<search-terms-enum,terms enum API>> does not return terms if document
8383
level security is enabled.
84+
* The <<query-dsl-multi-match-query, `multi_match`>> query does not support specifying fields using wildcards.
8485

8586
NOTE: While document-level security prevents users from viewing restricted documents,
8687
it's still possible to write search requests that return aggregate information about the
8788
entire index. A user whose access is restricted to specific documents in an index could
8889
still learn about field names and terms that only exist in inaccessible
89-
documents, and count how many inaccessible documents contain a given term.
90+
documents, and count how many inaccessible documents contain a given term.
9091

9192
[discrete]
9293
[[alias-limitations]]

0 commit comments

Comments
 (0)