0 votes
in PouchDB by
db.find(request [, callback])

Query an index and return the list of documents that match the request.

pouchdb-find plugin needed: This API requires the pouchdb-find plugin. See Mango queries for installation instructions.

Example Usage:

Example Response:

{
  "docs": [
    {
      "_id": <span style="b
...