There could be several reasons why Spotlight search is not returning results for your "Documents" folder. Here are a few things you can try:
- Check Spotlight preferences: Open System Preferences and select Spotlight. Make sure that the "Documents" folder is included in the list of locations that Spotlight searches.
- Check permissions: Make sure that your user account has permission to access the "Documents" folder. To do this, select the folder in the Finder, go to the File menu, select Get Info, and check the permissions section.
- Rebuild the index again: Try rebuilding the Spotlight index again. To do this, go to System Preferences > Spotlight > Privacy, then add your "Documents" folder to the list of locations that Spotlight should exclude from indexing. Then remove the folder from the list and wait for Spotlight to reindex it.
- Use Terminal: You can try using Terminal to force Spotlight to reindex the "Documents" folder. Open Terminal and type the following command:
sudo mdutil -E /
This will erase the existing index and rebuild it for the entire Mac. If you only want to rebuild the index for the "Documents" folder, replace the "/" with the path to your "Documents" folder.
- Check for file exclusions: Spotlight may be excluding certain types of files from the search results. To check this, go to System Preferences > Spotlight > Search Results, and make sure that the "Documents" folder is included in the list of locations that Spotlight searches. You can also try unchecking any file types that are currently excluded.
Hopefully, one of these suggestions will help resolve the issue with your Spotlight search.