You can use the couchdb's built-in _list function to post-process the result of a view. I used this [0] to implement a regexp check with multiple terms.
[0] https://github.com/rakoo/dml/blob/master/lists/regexp_check.js -- Matthieu RAKOTOJAONA
You can use the couchdb's built-in _list function to post-process the result of a view. I used this [0] to implement a regexp check with multiple terms.
[0] https://github.com/rakoo/dml/blob/master/lists/regexp_check.js -- Matthieu RAKOTOJAONA