Skip to content

Commit

Permalink
Fix additional property name for TermsQuery (#3038) (#3058)
Browse files Browse the repository at this point in the history
(cherry picked from commit 16130b9)

Co-authored-by: Florian Bernd <[email protected]>
  • Loading branch information
github-actions[bot] and flobernd authored Oct 23, 2024
1 parent fe41f25 commit ad31274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/_types/query_dsl/term.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad31274

Please sign in to comment.