You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lead me here where I would like to add a query method to call from ember-pouchdb instead of the db.find() which can returned not relationally valid data.
I am currently giving it a go and will probably create a PR soon.
The text was updated successfully, but these errors were encountered:
Naively, I tried to use start/end keys to limit the search to a given type (working part of findAll) and a selector (working part of query) but I didn't manage to make that work.
First, thanks a lot for the tool set you put together.
I feel like
query
in ember-pouch is broken. I amend your tests and the relational context is lost (queryingsmasher
also returnstacoSoup
)cf.
This issue lead me here where I would like to add a query method to call from ember-pouchdb instead of the db.find() which can returned not relationally valid data.
I am currently giving it a go and will probably create a PR soon.
The text was updated successfully, but these errors were encountered: