I'm using OS 10.6.8 and Precipitate 1.0.7. I just installed Precipitate and was able to connect it to my Google Apps account, which worked as expected. In the preference pane it lists a date of the most recent update. And I can see the files in my ~/Library/Caches/Metadata/Precipitate/com.google.precipitate.GoogleDocsSource/ directory. Also, I confirmed that the importers are installed:
[~]$ mdimport -L 2>&1 | grep Precipitate
"/Users/myname/Library/PreferencePanes/Precipitate.prefPane/Contents/Resources/Precipitate.app/Contents/Library/Spotlight/PrecipitateDocsImporter.mdimporter",
"/Users/myname/Library/PreferencePanes/Precipitate.prefPane/Contents/Resources/Precipitate.app/Contents/Library/Spotlight/PrecipitatePicasaImporter.mdimporter",
"/Users/myname/Library/PreferencePanes/Precipitate.prefPane/Contents/Resources/Precipitate.app/Contents/Library/Spotlight/PrecipitateBookmarksImporter.mdimporter",
I then manually ran mdimport to ensure that the folder was indexed:
[~]$ mdimport /Users/myname/Library/Caches/Metadata/Precipitate
So everything seems to be set up. Indeed, when I do a Spotlight search for a unique word that I have in the title of one of my google docs, it finds the file successfully. However If I search for a unique word that is in the body of a google doc, it doesn’t find it.
I'm not sure where this information would normally be stored. I looked at the files that are being created in the Caches folder, and I see this:
|- com.google.precipitate.GoogleDocsSource
|---- document%3A1d6HZWmdoTAhafgACOz1wr1e0C-pfIZUdmm5MGDgVry8
|------ PHP SMS options and ideas.gdocdocument
|---- document%3A1dJ8dFqpTrlFfMQPCjbrHx9tSfAfB18oaSExUXhkRBFk
|------- Test gDoc by Brad.gdocdocument
etc.
But when I look in the .gdocdocument files it doesn't contain any actual content, just meta information about the file. Can anyone provide any information about how this should function, and what I could do to get this working? Thanks.