Allow match keyword

This commit is contained in:
Hongbo Wu 2022-06-16 22:15:01 +08:00
parent 9ec11cfc22
commit 40bb49012a

View file

@ -42,6 +42,11 @@ export interface SearchBody {
}
}
}
| {
match: {
[K: string]: string
}
}
)[]
should: {
multi_match: {