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
Fundamentally OrderAlready intercepts the array of values we write to the “data store”. It prefixes each element with a sorting value (e.g. “0First”, “1Second”). Then when we retrieve that value, we fetch all records and sort by the prefix (then strip the prefix).
Add OrderAlready to the valkyrie models to order the creators, and verify and that it works as expected.
Collection >> PcdmCollection
GenericWork >> GenericWorkResource
Image >> ImageResource
The text was updated successfully, but these errors were encountered:
Fundamentally OrderAlready intercepts the array of values we write to the “data store”. It prefixes each element with a sorting value (e.g. “0
First”, “1Second”). Then when we retrieve that value, we fetch all records and sort by the prefix (then strip the prefix).Add OrderAlready to the valkyrie models to order the creators, and verify and that it works as expected.
The text was updated successfully, but these errors were encountered: