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

Related questions

0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
0 votes
asked Jun 5, 2020 in PouchDB by AdilsonLima
...