Hi, I want to know if using the new DSpace 7 API there is a way to perform a search to get only those records that have been created and / or updated from a certain date, I see among the information obtained with the API (endpoint /api/core/items) that there is the "lastModified" field which is useful to know this, but I would like to filter it without having to get all the items first, the closest I have found is that I can do a search using the metadata dc.date.issued something like:
/api/discover/search/objects?f.dateIssued=%5B2019 TO 2021%5D,equals But I would rather like a result like the one obtained with OIA using a query like the following: https://example.com/oai/request?verb=ListRecords&metadataPrefix=oai_dc&from=2019-08-01&until=2021-09-15 Thanks, Omar -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/233ec54f-210c-4fed-9625-2ac4aa2d1e20n%40googlegroups.com.
