Differences between revisions 3 and 4
Revision 3 as of 2019-08-08 14:14:06
Size: 1649
Comment:
Revision 4 as of 2019-08-08 14:15:39
Size: 1764
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
2. Navigate to "Finder > Applications > Utilities > Terminal". Once Terminal is open, type in the following command: 2. Navigate to "Finder > Applications > Utilities > Terminal". Once Terminal is open, type in the following CASE SENSITIVE command:
Line 16: Line 16:
3. In the Terminal, reindex your Outlook database by using the following command and substituting your own user name for the <user_name> placeholder: 3. In the Terminal, reindex your Outlook database by using the following command and substituting your own user name for the <user_name> placeholder. Note:  this is one long command...cutting and pasting this into Terminal is probably your best bet.

Outlook for Mac search fix

Outlook for Mac uses Apple's Spotlight search system to search your e-mail. If searching e-mail in Outlook for Mac isn't working, you can try this fix.

1. Restart the Mac, so that it restarts the Spotlight services.

2. Navigate to "Finder > Applications > Utilities > Terminal". Once Terminal is open, type in the following CASE SENSITIVE command:

mdimport -L

Important: If you see more than one instance of "Microsoft Outlook Spotlight Importer.mdimporter," delete the Outlook application that you are not using, empty it from the Trash, restart your Mac, and go back to step 1.

3. In the Terminal, reindex your Outlook database by using the following command and substituting your own user name for the <user_name> placeholder. Note: this is one long command...cutting and pasting this into Terminal is probably your best bet.

mdimport -g "/Applications/Microsoft Outlook.app/Contents/Library/Spotlight/Microsoft Outlook Spotlight Importer.mdimporter" -d1 "/Users/<user_name>/Library/Group Containers/UBF8T346G9.Office/Outlook/Outlook 15 Profiles/Main Profile" 

Note: In this command, the path after "-g" is the default path of the Outlook installation. The path after "-d1" is the default path of your profile. You'll have to substitute your actual paths if you have renamed your profile or installed Outlook in a different location.

Reindexing will take some time to complete. After the process is complete, exit and then restart Outlook.

If you still cannot search in Spotlight after you follow these steps, and if you have allowed for enough time for Spotlight Indexing to be completed, you may have to uninstall Office for Mac and reinstall it.

OutlookSearchFix (last edited 2019-08-08 14:15:39 by WikiAdministrator)

MoinMoin Appliance - Powered by TurnKey Linux