Forum Discussion
List view threshold limit in site libraries or lists in SharePoint Online
- DeletedMar 10, 2017
That would be fantastic news. I have a client every month who goes over 5000 and stops the search on the list working. It really is a piddlingly low number. If Microsoft get rid of it you'll hear my cheer from 100 miles away.
- JaredMatfessMar 11, 2017Iron Contributor
So list views returning more than 5,000 items woudl break, but Search shouldn't. Here's an example of some reporting that I'm doing.
StatePayroll list with 33,497 items in it that I'm rolling up the data using the Search REST API and displaying using Google Charts.Here's the blog post where I talk about how I did it:
https://jaredmatfess.wordpress.com/2016/12/04/creating-google-charts-with-the-sharepoint-search-api/
So point being, if search is breaking on lists with over 5,000 items (and not list views) you might have a bigger problem on your hands.
- DeletedMar 13, 2017
I have not seen this problems Jared. I think it has to do with the count of columns and which columns are indexed Search is not the issue.