File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/firestore/src/model Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
' firebase ' : minor
5
5
---
6
6
7
- Support multiple inequality in compound queries.
7
+ Added support for multiple inequality in compound queries.
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ export class TargetIndexMatcher {
152
152
return false ;
153
153
}
154
154
155
- // Only a single inequality is currently supported. Get the only entry in the map .
155
+ // Only a single inequality is currently supported. Get the only entry in the set .
156
156
const inequalityFilter = this . inequalityFilters . getIterator ( ) . getNext ( ) ;
157
157
// If there is an inequality filter and the field was not in one of the
158
158
// equality filters above, the next segment must match both the filter
You can’t perform that action at this time.
0 commit comments