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
fix: use selectinload for experiment relationships in score set search
Switch one-to-many experiment relationship loading (keyword_objs,
doi_identifiers, publication_identifier_associations, raw_read_identifiers)
from joinedload to selectinload inside the contains_eager block. This
prevents row multiplication from causing the SQL LIMIT to apply to
multiplied rows rather than unique score sets, which resulted in search
returning fewer results than expected on databases with rich experiment
metadata.
0 commit comments