Is there a way to have a collection limit the number of results it reveals? In other words, if the query finds 1,000 results, cut of the display of those at 50.
I looked at query_processor_options=-num_ranks=##, but that appears to be the number of results "per page" of results.
I looked at ui.modern.external_num_ranks_limit=##, but that doesn't appear to do anything in my testing or appears to be a limiter over query_processor_options=-num_ranks=##
I would think it would be straightforward to collection -- show NO more than the first 50 results for searches.