Advanced queries with "pouchdb-find"

0

How to do a containing search using pouchdb-find? What I have so far is this but it does not work as expected.

db.find(selector: {title: "%" + $scope.pesquisa + "%"})

Is it possible to do with emit ? How would it look?

    
asked by anonymous 24.07.2015 / 21:16

0 answers