From 16130b9a2f165a445d3201043ea47278eed1c164 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) --- 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 1dc362165b..2bcc2bd41e 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