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
With the recent addition of the "My series" table and the "Series details" page there are now three different places where the thumbnail stack for series is shown (the third one being in the search results). Each of these uses a different mechanism of prodiving these thumbnails and without a specific and enforced ordering we can't be sure that they will always match. One of these was previously ordered by the event creation date, ascending.
We should apply that to each instance (right now it's been disabled). Doing so is easy enough for the former two but a little more involved for the search results. This will need at least a new database migration and possibly an index rebuild.
The text was updated successfully, but these errors were encountered:
With the recent addition of the "My series" table and the "Series details" page there are now three different places where the thumbnail stack for series is shown (the third one being in the search results). Each of these uses a different mechanism of prodiving these thumbnails and without a specific and enforced ordering we can't be sure that they will always match. One of these was previously ordered by the event creation date, ascending.
We should apply that to each instance (right now it's been disabled). Doing so is easy enough for the former two but a little more involved for the search results. This will need at least a new database migration and possibly an index rebuild.
The text was updated successfully, but these errors were encountered: