dazzer wrote:
Thanks for the suggestion.
Unfortunately the error persists in Safe Mode, and also after rebooting normally.
I'm guessing the remaining option, sadly, is to reinstall macOS...?
Why would that be? macOS is mounted read-only from a cryptographically sealed snapshot. It cannot be modified. It will be no different after reinstalling. You might try Erase All Content and Settings, though I doubt that would help, either. Seems like it must be some configuration setting is not being set. There is a property list that stores the settings in your user Library/Preferences/ named com.apple.Spotlight.plist. Delete it then go into the Spotlight Settings and adjust the search categories.
I doubt this will work, but easy to try if deleting the plist doesn’t work. Delete the .Spotlight-v100 folder. You can show hidden items and find it at /System/Volumes/Data/ or use Terminal:
sudo mdutil -X /; mdutil -i on /; mdutil -E /
There are three commands there plus sudo to run the others as admin. The first erased the folder. The second turns indexing back on. The third erases the index and is only there to make sure indexing restarts.
Just copy the line and paste into Terminal. When it asks for a password, just type the password and hit return. You won’t see anything as you type.
If you erase the folder, you may have to log out and back in to restart indexing.