kukua / concava-api

API for modifying ConCaVa metadata.
http://kukua.github.io/concava-api/
MIT License
1 stars 0 forks source link

Improve filtering #20

Open mauvm opened 8 years ago

mauvm commented 8 years ago

Currently only filter=column1:3,column2:100 is supported. For example, improve it to support more MongoDB like queries: filter=id=10,timestamp<=2016-06-15. We can use , for && and ; for ||.

mauvm commented 8 years ago

Related to #19.