Skip to content

Query operator methods can match Python's builtin operator module #215

@Jaymon

Description

@Jaymon

https://docs.python.org/3/library/operator.html

The big ones are in would become contains (and I would add in_), we already have a contains but that could be repurposed.

The methods would be:

  • lt
  • le
  • eq
  • ne
  • ge
  • gt
  • not_
  • and_
  • or_
  • in_
  • contains

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