mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add language term in search body
This commit is contained in:
parent
6e06429636
commit
87b0f683e1
1 changed files with 1 additions and 8 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue