Forum Discussion
Outlook 365 - search broken for one user
The Current Folder and Current Mailbox search scope use Server Assisted Search whereas the All Outlook Items search scope use Windows Desktop Search.
In other words, the issue is with the online index and not the local index so switching a computer is never going to solve it.
Use Get-MailboxStatistics for the mailbox and look at the BigFunnelMessageCount, BigFunnelIndexedCount, BigFunnelPartiallyIndexedCount, BigFunnelStaleCount and BigFunnelCorruptedCount properties.
In general;
BigFunnelIndexedCount + BigFunnelPartiallyIndexedCount + BigFunnelStaleCount = BigFunnelMessageCount
BigFunnelCorruptedCount should be 0
Any issue with this for an on-premises mailbox can usually be solve by using New-MoveRequest. When you are having issues with a mailbox in Exchange Online, you should open a support ticket via the Microsoft 365 Admin Center.