You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not currently work and is documented by a handful of tests, e.g. TestQueryWithIndexOnOneToMany_IfFilterOnIndexedRelation_ShouldFilterWithExplain
Consider achieving this with a rewrite of type_join.go: #2577
The text was updated successfully, but these errors were encountered:
## Relevant issue(s)
Resolves#2574
## Description
Return correct results from one-many joins filtered on an indexed field
on the many side.
The invertibleTypeJoin doesn't support the inversion of one-many joins
and was converting them into one-one joins.
This means that the index is no longer used if targeting the many side:
#2578 (this support can
be added after the release).
## Relevant issue(s)
Resolves#2601#2578#2577
## Description
Enables fetching related objects via secondary indexes.
It also fixes a bug with queries that contain multiple aggregates on the
same collection.
This does not currently work and is documented by a handful of tests, e.g.
TestQueryWithIndexOnOneToMany_IfFilterOnIndexedRelation_ShouldFilterWithExplain
Consider achieving this with a rewrite of type_join.go: #2577
The text was updated successfully, but these errors were encountered: