mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Allow match keyword
This commit is contained in:
parent
9ec11cfc22
commit
40bb49012a
1 changed files with 5 additions and 0 deletions
|
|
@ -42,6 +42,11 @@ export interface SearchBody {
|
|||
}
|
||||
}
|
||||
}
|
||||
| {
|
||||
match: {
|
||||
[K: string]: string
|
||||
}
|
||||
}
|
||||
)[]
|
||||
should: {
|
||||
multi_match: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue