Skip to content

$gt and $lt on shared term #28

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}]}

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

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions