We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737ff58 commit f5ac43cCopy full SHA for f5ac43c
firebase-firestore/src/proto/google/firestore/v1/query.proto
@@ -66,8 +66,11 @@ message StructuredQuery {
66
// Unspecified. This value must not be used.
67
OPERATOR_UNSPECIFIED = 0;
68
69
- // The results are required to satisfy each of the combined filters.
+ // Documents are required to satisfy all of the combined filters.
70
AND = 1;
71
+
72
+ // Documents are required to satisfy at least one of the combined filters.
73
+ OR = 2;
74
}
75
76
// The operator for combining multiple filters.
0 commit comments