-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
Environment:OS:
node.js / npm versions:
Additional info:
It seems that newAggregation is somehow ignored? It doesn't trigger an index warning or it's somehow not detected. It doesn't even show the index inlay hint.
template.aggregate(newAggregation( match(where("tomatoes.viewer.rating").is("abc").and("language").is("catalan")), sort(Sort.Direction.DESC, "tomatoes.viewer.rating"), limit(5) ), "movies", Map.class);
- is related to
-
INTELLIJ-310 Run manual test suite for readiness checking
-
- In Progress
-