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?
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?