Skip to content

Commit

Permalink
Fix additional property name for TermsQuery (#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
flobernd authored Oct 23, 2024
1 parent 67591e6 commit 16130b9
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 16130b9

Please sign in to comment.