-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: 3.2.0
-
Component/s: Index Maintenance
-
None
-
ALL
Developer can't create two same indexes with different partialExpressions, for example:
Developer needs to create indexes with same patterns for types: 'a' and 'b', but not for 'c' and 'd'.
But he's limited (can't use) $in and $or in partialFilterExpression. He also can't create two different indexes with partialFilterExpression:
and partialFilterExpression:
{type:2}- duplicates
-
SERVER-17853 Allow more complex expressions to be specified in partial index document filter
- Backlog