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 get the facet results for the Collection Page.
To get this data, we can use the use show_facets=true param in the Dataverse Search API.
The getCollectionItems use case should be updated to return this data, possibly by adding a boolean field showFacets to the CollectionSearchCriteria object.
The text was updated successfully, but these errors were encountered:
For the SPA Q4 feature "Collection Page: all filtering options", we need to get the facet results for the Collection Page.
To get this data, we can use the use
show_facets=true
param in the Dataverse Search API.The getCollectionItems use case should be updated to return this data, possibly by adding a boolean field
showFacets
to the CollectionSearchCriteria object.The text was updated successfully, but these errors were encountered: