When searching for matches, a More
button appears in each category of results.
However, More
is currently only clickable a single time, and is limited to 50 results max.
It should remain visible, and clickable, to continue to return additional slices of 50 results, until there are no more matches remaining (it’s fine to replace the current set of 50 matches with the next set each time, in order to avoid using too many client resources).
In other words, it should be enhanced to a pagination-style mechanism, instead of one-and-done, as it works currently.