I am starting with CouchDB and need some help.
I have a lot of data that is listed in the user in a table, the user should be able to filter that data with many dynamic parameters.
e.g. Field date, author, tag, is_published, a table value with the title
The user should be able to specify any filter such as "tag couchdb and is_published = true" or "date is within the last month and the author has me".
How do such questions work in thinking?
I think the standard answer for complex questions is to use Lucene, maybe you want to find the answer Was not in, but Lucin has more advanced filtering capabilities.
There is another page on couchDB wiki about a glance.
Comments
Post a Comment