Description
Describe the bug
When using hierarchical browse in DSpace (7.x and 10.x), if a search term matches more than 20 entries, only the first 20 are rendered. The UI does not support paginated loading, so additional results are inaccessible.
To Reproduce
Steps to reproduce the behavior:
- Create a custom vocabulary XML file containing more than 20 nodes (can be only 1 level deep).
Example: nodes withlabel="label1"
throughlabel="label1000"
and values like"value test 1"
to"value test 1000"
. - Deploy the vocabulary in your backend instance.
- Go to the hierarchical browse in the UI (
/browse/srsc
) and enter the querylabel
. - Observe that only the first 20 matches are shown and no UI option exists to paginate or load the remaining results.
Expected behavior
All matching entries should be retrievable, either through automatic paging or via user-triggered pagination (e.g., “Show more” functionality).
Related work
Link to any related tickets or PRs here.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🏗 In Progress