Toni Prieto
Toni Prieto
I have recently tested it with a repository that has around 5000 communities/collections and it works ok and reduces the response time of community-list page. I would also change the...
@mwoodiupui Does it solve the same issue? https://github.com/DSpace/dspace-angular/pull/2651
Hi @tdonohue, reading the description of the issue, I think it could be related to a consumer configured to reload the submission configurations when a collection is edited/created. See: https://github.com/DSpace/DSpace/blob/main/dspace/config/dspace.cfg#L833-L835...
@paulo-graca I think it's a good idea to implement what you suggested in your last comment. In version 8.x, a change that allows configuring forms at the community level has...
@paulo-graca @tdonohue I've had time these days to implement the approach described in the last comment, and I've sent a PR: DSpace/DSpace#9478 The implementation is very similar to DSpace/DSpace#9259 Could...
I don't think #2739 should be considered a bug. The second parameter 'startWith' is used to filter the list of items by title that have the previously selected value. For...
Oh, I hadn’t thought of this issue. I'll try to send a possible solution in the coming days. I had considered adding a button to enable free text input, something...
I have tested all the functionalities: displaying the map in search (after fixing the previously mentioned error), the new facet, displaying the map in an item, and the browse-by-map functionality....
@tdonohue About the error "point is not a valid search filter," I also encountered it during the initial tests, but it was resolved by enabling the facet `` in the...
@bram-atmire You may have already noticed this from the test failures, but calling `isCommunityAdmin / isCollectionAdmin` inside `additionalSearchParameters` currently causes recursion issues. `isCommunityAdmin / isCollectionAdmin` are implemented using a Solr...