Skip to content

Dump collection with query_params #71

@stephane-r

Description

@stephane-r

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions