Hello everyone!
I am starting with CouchDB and need a little help.
I have a whole lot of data which is listed to the user in a table. The user should be able to filter that data by multiple dynamic parameters.
E.g. assume a table with fields date, author, tags, is_published, title.
The user should be able to specify any filter like "Contains tag 'couchdb' and is_published=true" or "date is within last month and the author is me".
How do such queries work in CouchDB?