Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Feb 6, 2025
1 parent cfb7bc2 commit 0f3550e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/db/fetcher/indexer_matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,6 @@ func createComparingMatcher(condition *fieldFilterCond) valueMatcher {
matcher = &timeMatcher{value: v, op: condition.op}
} else if v, ok := condition.val.Bool(); ok {
matcher = &boolMatcher{value: v, isEq: condition.op == opEq}
} else {
return nil
}

// for _ne filter on regular (non-JSON) fields the index should also accept nil values
Expand Down

0 comments on commit 0f3550e

Please sign in to comment.