benoitc / couchbeam

Apache CouchDB client in Erlang
Other
242 stars 113 forks source link

Mango query _find support #185

Open SachsKaylee opened 4 years ago

SachsKaylee commented 4 years ago

Hello there,

CouchDB supports querying the database using Mango queries: https://docs.couchdb.org/en/2.3.1/api/database/find.html

This feature looks very useful to have since we currently use a lot of temporary design docs for things like searches etc, which is rather inefficient.

Is this feature supported by CouchDB? If so, how would I go about using them? If not are the any plans to implement this feature?

Thank you for your time!