IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
878 stars 486 forks source link

Extend Search API dataset results to include the parent collection's name and alias #10846

Closed GPortas closed 1 week ago

GPortas commented 1 week ago

Overview of the Feature Request

As for dataverses and files, this information is necessary for displaying the Dataset Preview card in the SPA.

Extend Search API dataset results to include the parent collection's name and alias.

What kind of user is the feature intended for? API User

What inspired the request? https://github.com/IQSS/dataverse-client-javascript/pull/181#issuecomment-2344243456

What existing behavior do you want changed? None

Any brand new behavior do you want to add to Dataverse? Extend Search API dataset results to include the parent collection's name and alias

Any open or closed issues related to this feature request?

Are you thinking about creating a pull request for this feature?
Yes

GPortas commented 1 week ago

This is already implemented, by relying on identifier_of_dataverse and name_of_dataverse properties.