Browse Source

[DOCS] Add DLS multi-match limitation (#115003) (#115388)

(cherry picked from commit deef8c7a9bb65b78685d4e5e31a47b1c928924b9)
Johannes Fredén 11 months ago
parent
commit
b888c48976
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/security/limitations.asciidoc

+ 2 - 1
docs/reference/security/limitations.asciidoc

@@ -81,12 +81,13 @@ including the following queries:
 * A search request cannot be profiled if document level security is enabled.
 * The <<search-terms-enum,terms enum API>> does not return terms if document
 level security is enabled.
+* The <<query-dsl-multi-match-query, `multi_match`>> query does not support specifying fields using wildcards.
 
 NOTE: While document-level security prevents users from viewing restricted documents,
 it's still possible to write search requests that return aggregate information about the
 entire index. A user whose access is restricted to specific documents in an index could
 still learn about field names and terms that only exist in inaccessible
-documents, and count how many inaccessible documents contain a given term. 
+documents, and count how many inaccessible documents contain a given term.
 
 [discrete]
 [[alias-limitations]]