-
Notifications
You must be signed in to change notification settings - Fork 35
Description
Hi there,
I have the following scenario, using version 2.0.0 alpha 3, referring to the just implemented #82.
In many scenarios I need to filter out data by two columns which could be an integer or null. I could do so with an @or operator (just beginning, so maybe I just don't know the right approach for that), but if I try to add multiple OR operators to the filters it only adds one of them in the request url.
I verified that postgrest allows this by using a custom curl request.
I don't want you to spend time on something that could just be my fault, my question is simply: has it been tested already (in which case I'll investigate on my side) or should I post what I've tried and experienced so far?
My current workaround is fairly stupid, I add the two filters to the request url in the dataprovider.
If it helps, I'm happy to test that and try around - just to get rid of any unnecessary workarounds. ;)