Skip to content

Commit

Permalink
Accept any FieldValue for terms_set (#2906)
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Trotta <[email protected]>
  • Loading branch information
mspielberg and l-trotta authored Sep 24, 2024
1 parent 2bc7f44 commit 6c5b01d
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 @@ -270,7 +270,7 @@ export class TermsSetQuery extends QueryBase {
/**
* Array of terms you wish to find in the provided field.
*/
terms: string[]
terms: FieldValue[]
}

export class TypeQuery extends QueryBase {
Expand Down

0 comments on commit 6c5b01d

Please sign in to comment.