-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Index Maintenance, Querying
-
None
-
Query Optimization
Users should be able to specify $regex predicate operators as part of a partial index document filter.
db.collection.ensureIndex({a: 1}, {partialFilterExpression: {b: /bar/}}); db.collection.find({a: 1, b: "foobar"}); // Should be able to use the above index.
- related to
-
SERVER-18884 Allow $in to be specified in partial index document filter
- Closed