Skip to content

Instantly share code, notes, and snippets.

@frazei
Last active September 7, 2023 07:56
Show Gist options
  • Save frazei/55ba7356ef59fa4c709f3662a882c9d2 to your computer and use it in GitHub Desktop.
Save frazei/55ba7356ef59fa4c709f3662a882c9d2 to your computer and use it in GitHub Desktop.
Rebuild Spotlight Index and Troubleshoot Spotlight Permissions #osx #spotlight #outlook

Rebuild Spotlight Index and Troubleshoot Spotlight Permissions

Launch the Terminal from Applications > Utilities to fix Mac Outlook 2019 search not working issue.

Now, press Enter after typing each command as listed below,

% sudo mdutil -i off /
% sudo rm -rf /.Spotlight* sudo rm -rf /.metadata_never_index

Restart the system and also type the below commands in the terminal

% sudo mdutil -i on /
% sudo mdutil -E

Then, wait until the Spotlight reindexes the entire drive. Once the indexing is completed, try to use the MS Outlook search.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment