-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Hi community :)
I would like dump my PouchDB collection with params.
I've test this, but no result : all my collection is dumped :
Presentations.dump(ws, { query_params: { state: 'static' }});
I want dump only object with state: 'static'. Exemple of my document :
{
"name": "Item",
"state: "static",
"_id": "11c8a234-b4b1-4a67-b88a-c7afe267d369",
"_rev": "1-6c3c3f61229d4744ab25f1cc55e0e347"
}
Anyone have idea ? :)
Thank you community !
Metadata
Metadata
Assignees
Labels
No labels