Add language term in search body

This commit is contained in:
Hongbo Wu 2022-05-23 21:48:35 +08:00
parent 6e06429636
commit 87b0f683e1

View file

@ -8,16 +8,9 @@ export interface SearchBody {
filter: (
| {
term: {
userId: string
[K: string]: string
}
}
| {
term: {
subscription: string
}
}
| { term: { pageType: string } }
| { term: { language: string } }
| { exists: { field: string } }
| {
range: {