Skip to content

"and" as alias of "filtering" and "or" as alias of "filtering_or" #80

Description

@sensorario

It could be better if a query like

?filtering[bar|op1]=value1&filtering[foo|op2]=value2

could be writeable as

?and[bar|op1]=value1&and[foo|op2]=value2

from query string and as {"and|or": {"bar": {"op1": "value1"},"foo": {"op2": "value2"}}}

{
    "and|or": {
        "bar": {
            "op1": "value1"
        },
        "foo": {
            "op2": "value2"
        }
    }
}

So then we'll query api directly with json.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions