Forum Discussion
Search not working in Outlook 2019 since updating to Monterey 12.1 on the Mac
kraysame here, updated to beta 16.58 and still no good, so i'm having to search on my mobile and then locate emails manually using date and time as a guide.....far from ideal.
I would do it with Outlook closed and then restart after an hour or so (but that is likely just superstition). It should then work!
sudo mdutil -a -I on
A couple of people have needed to do it a couple of times which means that they are either being impatient whilst the indexes rebuild or there is some other glitch.
- runbuhJan 09, 2022Copper Contributor
That command should use a lower case 'i', and does not seem to rebuild the search index, it only turns it on. Per the output below, a rebuild would be:
sudo mdutil -E
I'm not sure I recommend that path, just clarifying the command-line.
% sudo mdutil -a -I on
mdutil: invalid option -- I
Usage: mdutil -pEsa -i (on|off) -d volume ...
mdutil -t {volume-path | deviceid} fileid
Utility to manage Spotlight indexes.
-i (on|off) Turn indexing on or off.
-d Disable Spotlight activity for volume (re-enable using -i on).
-E Erase and rebuild index.
-s Print indexing status.
-a Apply command to all stores on all volumes.
-t Resolve files from file id with an optional volume path or device id.
-p Publish metadata.
-V vol Apply command to all stores on the specified volume.
-v Display verbose information.
-r plugins Ask the server to reimport files for UTIs claimed by the listed plugin.
-L volume-path List the directory contents of the Spotlight index on the specified volume.
-P volume-path Dump the VolumeConfig.plist for the specified volume.
-X volume-path Remove the Spotlight index directory on the specified volume. Does not disable indexing.
Spotlight will reevaluate volume when it is unmounted and remounted, the
machine is rebooted, or an explicit index command such as 'mdutil -i' or 'mdutil -E' is
run for the volume.
NOTE: Run as owner for network homes, otherwise run as root.
- SCSW_2021Jan 09, 2022Copper ContributorI should have added: This is only with one of the most recent 'fixed' versions.