fix: remove limit on record sets in search dialog#7916
Open
grantfitzsimmons wants to merge 1 commit intomainfrom
Open
fix: remove limit on record sets in search dialog#7916grantfitzsimmons wants to merge 1 commit intomainfrom
grantfitzsimmons wants to merge 1 commit intomainfrom
Conversation
The Record Sets button in the Search Dialog used usePaginator with a default limit of 10 but never rendered the paginator UI, so users could only see the first 10 record sets. Replace with limit: 0 to fetch all record sets for the current user.
bhumikaguptaa
approved these changes
Apr 20, 2026
Collaborator
bhumikaguptaa
left a comment
There was a problem hiding this comment.
- Set the limit on the number of record sets per page to
10in the Record Sets dialog - Go to a place where you can search or select a record set (e.g. by clicking the plus in the collection relationship plugin), and select record set, and verify that all record sets of the appropriate base table appear
--
Works as expected. I was able to see all the possible record sets.
emenslin
approved these changes
Apr 21, 2026
Collaborator
There was a problem hiding this comment.
- Set the limit on the number of record sets per page to
10in the Record Sets dialog - Go to a place where you can search or select a record set (e.g. by clicking the plus in the collection relationship plugin), and select record set, and verify that all record sets of the appropriate base table appear
Looks good!
CarolineDenis
approved these changes
Apr 21, 2026
acwhite211
approved these changes
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #6971
Contributed by @foozleface
The Record Sets button in the Search Dialog used
usePaginatorwith a default limit of 10 (configurable in the record sets dialog) but never rendered the paginator UI, so users could only see the first 10 record sets. Replace withlimit: 0to fetch all record sets for the current user.Left:

issue-6971, Right:v7.12.0-prereleaseChecklist
self-explanatory (or properly documented)
Testing instructions
Make sure you have a large number of record sets for the base table so you can exceed the limit set in the record sets dialog easily. I tested this in situations with hundreds of record sets, and it should become scrollable with that many.
Set the limit on the number of record sets per page to
10in the Record Sets dialogGo to a place where you can search or select a record set (e.g. by clicking the plus in the collection relationship plugin), and select record set, and verify that all record sets of the appropriate base table appear
Screen.Recording.2026-04-09.at.10.24.03.AM.mov