Closed milanmajchrak closed 8 hours ago
One follow-up issue: https://github.com/dataquest-dev/DSpace/issues/789
@milanmajchrak go through dspace-server-webapp/src/main/java/org/dspace/app/rest/repository/SuggestionRestController.java autocompletecustom
I did, what's wrong?
I removed that code because it was a small addition I used once during development, and it is no longer needed. I considered keeping it, but since you asked about prefixes and the fix wasn't straightforward, I decided to remove the unused code. The endpoint still works properly, but you always need to search by the full handle (fixed prefix).
Problem description