You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dspace-c...@googlegroups.com
Hi all,
We are upgrading our DSpace to version 7, and there is one interface where we use filtered-itens to create a webpage with a search function.
Is there a new interface that can be used to power a simple search by metadata on DSpace 7?
Thanks,
Lucas Lago
Tim Donohue
unread,
Aug 29, 2022, 10:58:36 AM8/29/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Community
Hi Lucas,
DSpace 7 has a fully-featured REST API where you can query for any information available in DSpace. The documentation for the REST API is available at https://github.com/DSpace/RestContract#readme
Using the "query" field, you can limit by a specific metadata field by passing in something like "query=dc.contributor.author:Donohue" (to find all documents with a "dc.contributor.author" field containing "Donohue"). The best way to find the exact query you'd like to run is by using the User Interface & finding what it sends to the REST API for a specific query (use your browser's DevTools to see everything the UI sends to the REST API). More tips on searching in DSpace can be found at https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced
If you have more specific questions, let us know on this list.