Skip to content

Multi param filtering #325

@TheHandOfKing

Description

@TheHandOfKing

I have this url for example: ?match.statusN=Active&match.statusN=Pending

I can collect the query string in my node code like this let matches = req.query['match.statusN'];
How do I get all the records with those statuses

this for example returns 0 await this.api.store.find("estate", null, options, null);

Does fortune js even support multi param filtering, and how it's done the proper way?

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