-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: filter now allows for OR, AND and NOT
feat: filter passes now also raw filter queries you can now pass anything to filters. This is usefull for AutocompleteInput and AutocompleteArrayInput's filterToQuery option as with the previous release it will deal with some simple cases more gracefully, e.g. { field: "value" } will check if the field is a string filter and will use a contain with some muliple cases but if you do { field: { equals: "value } } it will use this filter as-is
- Loading branch information
Showing
10 changed files
with
436 additions
and
187 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
Oops, something went wrong.