Skip to content

Commit ad31274

Browse files
Fix additional property name for TermsQuery (#3038) (#3058)
(cherry picked from commit 16130b9) Co-authored-by: Florian Bernd <[email protected]>
1 parent fe41f25 commit ad31274

File tree

1 file changed

+1
-1
lines changed
  • specification/_types/query_dsl

1 file changed

+1
-1
lines changed

specification/_types/query_dsl/term.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export class TermQuery extends QueryBase {
255255
}
256256

257257
/**
258-
* @behavior_meta AdditionalProperty key=field value=term
258+
* @behavior_meta AdditionalProperty key=field value=terms
259259
* @ext_doc_id query-dsl-terms-query
260260
*/
261261
export class TermsQuery

0 commit comments

Comments
 (0)