Skip to content

Commit

Permalink
Merge pull request #339 from ocdi/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Sep 26, 2024
2 parents 8398c1d + d3fd53f commit 3cbe21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export interface MatchNoneQuery {

export interface MatchQueryFieldConfig {
match:
| string
| string | number | boolean
| {
query: string
query: string | number | boolean

analyzer?: string
boost?: number
Expand Down

0 comments on commit 3cbe21a

Please sign in to comment.