Hi dev,
When using the WHERE key as a table on serverside, only “=” is accepted. If i try “>” it fails.
I havent tried it clientside.
This can be quite the downside if you need to compare with a lot of values like for example:
where={status>0}
and status can be from 0 to 10