ccs-amsterdam / amcat4client

JS Client for AmCAT4
https://amcat4client.vercel.app
3 stars 2 forks source link

Filter on type #3

Closed vanatteveldt closed 5 years ago

vanatteveldt commented 5 years ago

For existing non-text columns, offer a useful filter (e.g. date range, medium picker dropdown). Probably some sort of 'add filter' button next to the query bar?

vanatteveldt commented 5 years ago

Most of it works, just need to add API support for date ranges. It would also be good to not use GET params for the filters as it (a) can conflict with regular GET params and (b) is hacky to parse on both ends. Maybe just add a filters=JSON get param and a POST option?

image