Skip to content

$gt and $lt on shared term #28

@jeremydouglass

Description

@jeremydouglass

Is it possible to use pql to generate multiple conditions on the same term? For example:

{'$and': [{'a': {'$gt': 1, '$lt': 10}]}

As opposed to a series of separate conditions:

{'$and': [{'a': {'$gt': 1}}, {'a': {'$lt': 10}]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions