Skip to content

Commit 6c5b01d

Browse files
mspielbergl-trotta
andauthored
Accept any FieldValue for terms_set (#2906)
Co-authored-by: Laura Trotta <[email protected]>
1 parent 2bc7f44 commit 6c5b01d

File tree

1 file changed

+1
-1
lines changed
  • specification/_types/query_dsl

1 file changed

+1
-1
lines changed

specification/_types/query_dsl/term.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ export class TermsSetQuery extends QueryBase {
270270
/**
271271
* Array of terms you wish to find in the provided field.
272272
*/
273-
terms: string[]
273+
terms: FieldValue[]
274274
}
275275

276276
export class TypeQuery extends QueryBase {

0 commit comments

Comments
 (0)