hydra icon indicating copy to clipboard operation
hydra copied to clipboard

Handle multiple filters (AND, OR) for cross filters

Open metmirr opened this issue 3 years ago • 1 comments

The current implementation of cross-filtering(filtering with relations) does not support the newly introduced AND, OR feature.

metmirr avatar May 03 '21 21:05 metmirr

I'd approach this issue by extending the core warthog toolkit by add _some, _every, _none support to warthog BaseService.buildQueryBuilder() instead of relying on the codegen. Then AND, OR support will come out almost for free.

dzhelezov avatar May 28 '21 12:05 dzhelezov