- 🇩🇰Denmark ressa Copenhagen
I searched for site:site:drupal.org "Display all items" solr 10, found this issue, and can confirm that increasing "Advanced" > "Default result rows" to 100 in the Solr server settings fixes that only 10 nodes were returned from Solr.
- 🇺🇸United States jennypanighetti
Came across this issue today for some reason, don't know what changed in my setup. THANK YOU @potassiumchloride!
- 🇩🇰Denmark ressa Copenhagen
I just ran into this again today, and I think the maximum should be bumped up ... 10 is too low in my opinion.
Alternatively, if the "Default result rows" value is 10 (the default after an installation) we could show a message, to alert the user that in 99% of cases, they should set the value to "0", or definitely increase it.
Many users are wasting time needlessly, looking puzzled at the View only returning ten items, when there are many more indexed. Thanks!
- 🇨🇦Canada aastrong
Just commenting here to share my experience with this issue.
In my instance, we're using Selective Better Exposed Filters.And if our ItemsPerPage is set to something high, causing no pager to load, it was only loading 10 results, and only look at 10 results for our exposed filters.
I've run some tests, and i dont see any large performance issues between something like 10 vs 1000
Now i do start to see issues when you're loading 5k+Just sharing my experience thus far.