-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting on indexed columns not working anymore #766
Comments
@PzKfWg Unfortunately, this isn't a good forum for this. No one from Microsoft who can take any action on it participates here. I'll ask in my MVP channels to see if anyone else is reporting this, etc. and let you know if I hear anything. |
Also, have you put in a ticket with Microsoft? If you have and can let me know the incident number, I can attach it to my question. |
Hi! Yes, two tickets for two tenants and today a third one came to me with the same issue. Tickets are: |
Hi @sympmarc , I got this answer from MS-Support: |
Unfortunately, nothing in the MVP channel. Microsoft goes very quiet this time of year. What they say is sort of true, but not. "Complex" columns - those which they list first - can act a little differently, but I've seen them work just fine if they are indexed. It is important that the first filter brings the results down below the 5000 item limit, then you can add additional filter clauses. For example, if you have 100000 items with a Color choice column with [Red, Yellow, Blue] evenly distributed, then a filter for any one of those values would still leave you over 5000 items. If you could include a date filter first, which brings the subset below 5000 items, then the Color filter would work. I expect I'm telling you things you already know, but have you looked at this article? Given the way you've described this, it seems like something has changed. Are these lists or libraries? (Which shouldn't be different, but sort of are.) |
This is indeed what I understand and worked with this knowledge for years. Filter gets less than 5000 and usually sorted perfectly well with an indexed column such as MM. If this can't be reproduced by the community, this might be a hint: They are document libraries where there are document sets. In all the cases, I am trying to have flat views on documents inside the doc sets. Thanks! |
Ok, that's a good clue. It's sort of a niche case. I'm guessing there aren't a lot of people this would affect. |
@PzKfWg - Did you ever figure this out? |
Thanks for the follow-up! Unfortunately not: I'm back from vacation and the nightmare is still real :-( |
I'm curious about this. I could make some time tomorrow to take a look at it with you if it would be helpful. |
Absolutely! Please email me so that we can set a time. Thanks! |
Email sent with a FindTime! |
Since a couple of weeks, multiple flat views on multiple tenants suddenly failed even if they were following those guidelines. So, even if I filter on an indexed column that returns less than 5000 items, if I also sort the view by an indexed column that is text, people, type or managed metadata, the view fails. This is a change of behavior in the infrastructure and leaves multiple of my clients in crisis mode.
The text was updated successfully, but these errors were encountered: