Skip to content

Commit cb04179

Browse files
committed
Accept any FieldValue for terms_set
1 parent b26b9a1 commit cb04179

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
@@ -263,7 +263,7 @@ export class TermsSetQuery extends QueryBase {
263263
/**
264264
* Array of terms you wish to find in the provided field.
265265
*/
266-
terms: string[]
266+
terms: FieldValue[]
267267
}
268268

269269
export class TypeQuery extends QueryBase {

0 commit comments

Comments
 (0)