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
Unsummarized download orders by globalID instead of year etc.. because we sort on Model.schema.indexes()[0][0]:
need to search for Model.schema.indexes()[one with 'year'][0] instead.
EDIT we already have this! getModelIndexes in utils. but it needs unique on the index, so it doesn't work unless we get like a weekNumber on it? but that doesn't make much sense. never mind.
Type of Issue
New feature
Bug fix
Documentation update
The text was updated successfully, but these errors were encountered:
Description
Unsummarized download orders by globalID instead of year etc.. because we sort on Model.schema.indexes()[0][0]:
need to search for Model.schema.indexes()[one with 'year'][0] instead.
EDIT we already have this! getModelIndexes in utils. but it needs unique on the index, so it doesn't work unless we get like a weekNumber on it? but that doesn't make much sense. never mind.
Type of Issue
The text was updated successfully, but these errors were encountered: