Hello,
I'm happilly using Rester on my project but I have one question about get api.
Does Rester support multiple condition queries on one column (something like BETWEEN in mysql)? It seems it doesn't. This is what I want to accomplish:
event/?duration[ge]=10&duration[le]=20
This example ignores the second condition. Maybe is my syntax just wrong? In that case updating documentation would be nice.
Thanks in advance,
Ondra
Hello,
I'm happilly using Rester on my project but I have one question about get api.
Does Rester support multiple condition queries on one column (something like BETWEEN in mysql)? It seems it doesn't. This is what I want to accomplish:
event/?duration[ge]=10&duration[le]=20
This example ignores the second condition. Maybe is my syntax just wrong? In that case updating documentation would be nice.
Thanks in advance,
Ondra