Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Allow altering filters to support custom filters
Allow an easy way of altering the filtering by a custom data provider. This is the only recommended way to add support for filtering based on: - [x] Computed public fields: reverse the computation for the filter. - [x] Fields with preprocesses: reverse the preprocess for the filter. For instance, in a date field that is stored as a UNIX timestamp but displayed as a ISO-8601 the consumer wants to be able to accept filters with ISO-8601 dates in them. The alterFieldQuery would take the date string and parse it back to a UNIX timestamp.
- Loading branch information