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
For the SPA Q4 feature "Collection Page: all filtering options", we need to implement the Sort button on the collections page:
To support this, we need to update the CollectionSearchCriteria used in getCollectionItems use case, to include a sorting information. There are two allowed sort types: 'name' and 'date'. The sort order can also be specified as ascending or descending. See Dataverse Search API or more details.
The text was updated successfully, but these errors were encountered:
For the SPA Q4 feature "Collection Page: all filtering options", we need to implement the Sort button on the collections page:
To support this, we need to update the CollectionSearchCriteria used in getCollectionItems use case, to include a sorting information. There are two allowed sort types: 'name' and 'date'. The sort order can also be specified as ascending or descending. See Dataverse Search API or more details.
The text was updated successfully, but these errors were encountered: