That’s correct, SQL-like filters are not available for CouchDB. How familiar are you with CouchDB? This DB implements a query language in documents called views. So we didn’t attempt to implement SQL queries for CouchDB since Apache did it their own way in-house.
Tutorial on CouchDB views
Apache documentation on views
Search the forums also. This was already covered in this thread.