Skip to content

Add support for != and not-in queries #189

@HemangChothani

Description

@HemangChothani

Porting from Java and Node

For python auto generated code is missing here whereas it's generated for java.

class Operator(proto.Enum):
r"""A field filter operator."""
OPERATOR_UNSPECIFIED = 0
LESS_THAN = 1
LESS_THAN_OR_EQUAL = 2
GREATER_THAN = 3
GREATER_THAN_OR_EQUAL = 4
EQUAL = 5
ARRAY_CONTAINS = 7
IN = 8
ARRAY_CONTAINS_ANY = 9

@tseaver @crwilcox Should i run synth.py for that?

Metadata

Metadata

Labels

api: firestoreIssues related to the googleapis/python-firestore API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions