From e6b90c58780a05e5c09cc412f35124271e1fd8d0 Mon Sep 17 00:00:00 2001 From: Florian Bernd Date: Wed, 23 Oct 2024 13:28:39 +0200 Subject: [PATCH] Fix additional property name for `TermsQuery` (#3038) (cherry picked from commit 16130b9a2f165a445d3201043ea47278eed1c164) --- specification/_types/query_dsl/term.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/_types/query_dsl/term.ts b/specification/_types/query_dsl/term.ts index 8a7b4e2281..798d0cbfdb 100644 --- a/specification/_types/query_dsl/term.ts +++ b/specification/_types/query_dsl/term.ts @@ -255,7 +255,7 @@ export class TermQuery extends QueryBase { } /** - * @behavior_meta AdditionalProperty key=field value=term + * @behavior_meta AdditionalProperty key=field value=terms * @ext_doc_id query-dsl-terms-query */ export class TermsQuery