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
some consumers of the sshoc marketplace api need to filter the /api/item-search response by a specific institutional affiliation, i.e. a specific contributor.
filtering item search results by a specific contributor's actor.id and role.code is currently rather cumbersome. how difficult would it be to add such filtering capabilities to /api/item-search?
i am aware i can get items associated with an actor via /api/actors/:id?items=true, however this does not provide information about the actor's role, so it would require separate requests for each search result to figure out the role and use it for filtering.
The text was updated successfully, but these errors were encountered:
some consumers of the sshoc marketplace api need to filter the
/api/item-search
response by a specific institutional affiliation, i.e. a specificcontributor
.one example is the tools and services catalogue on the dariah.eu website (https://www.dariah.eu/tools-services/tools-and-services/), similar listings are in planning stage.
filtering item search results by a specific contributor's
actor.id
androle.code
is currently rather cumbersome. how difficult would it be to add such filtering capabilities to/api/item-search
?i am aware i can get items associated with an actor via
/api/actors/:id?items=true
, however this does not provide information about the actor's role, so it would require separate requests for each search result to figure out the role and use it for filtering.The text was updated successfully, but these errors were encountered: