-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorder
filter_node_interpreter
to check :empty
case first.
We want a filter like `gt: nil` to be categorized as `:empty` rather than `:operator`, as this allows us to avoid a bunch of empty filter checks litered throughout `FilterInterpreter`. In addition, we need this change before we can refactor `FilterValueSetExtractor` to leverage `FilterNodeInterpreter`--empty filter handling needs to take precedence there.
- Loading branch information
1 parent
3312e14
commit 4e503b7
Showing
4 changed files
with
17 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters