Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
This repository was archived by the owner on May 1, 2025. It is now read-only.

Want to encapsulate the query string into a single URL parameter #69

@mozrat

Description

@mozrat

Hello - great project.

My requirements are slightly different to the default behaviour of node-mongo-querystring.

Given a URL like /?mongoquery=name=simon^location=London&page=2&rows=10

I would like to access my Mongo database query just from the mongoquery URL parameter.

I considered using node-mongo-querystring and base64 encoding the query so that it could be encapsulated, but that kills URL readability. Is there a good solution you can think of?

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