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
I can see that it works with default db.put() as in the docs, but then when i try using relational-pouch to create documents, i get no results for the same data.
Just came across this same situation, and: relational-pouch puts all document data in a "data" key, so instead of fields: ['stuff'] it should be fields: ['data.stuff'].
I can see that it works with default
db.put()
as in the docs, but then when i try usingrelational-pouch
to create documents, i get no results for the same data.See example here: https://runkit.com/rikki/pouchdb-experiments
The text was updated successfully, but these errors were encountered: