pouchdb-search

1.0.1 • Public • Published

pouchdb search

$ npm install pouchdb-search
var Pouch = require('pouchdb');
Pouch.plugin({'search': require('pouchdb-search')});

var db = Pouch('name');
db.search(func,options,callback);
db.search('design/name',options,callback);

In prgress, known issues:

  • like the pouch mapreduce and spatial plugins it does reindex with each query
  • only supports default indexes at the moment. Only supports queries from one index at a time

Readme

Keywords

Package Sidebar

Install

npm i pouchdb-search

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • cwmma