Joystream / hydra

A Substrate indexing framework
49 stars 44 forks source link

Handle multiple filters (AND, OR) for cross filters #376

Open metmirr opened 3 years ago

metmirr commented 3 years ago

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

dzhelezov commented 3 years ago

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.