yes, that importer does show up.
However, none of the powerpoint files that are currently showing up in spotlight is indexed inside; just the filename is indexed and searchable.
i'm getting frustrated that the .ppt files are not being indexed. I've tried clearing my caches with app mainmenu - nothing
I'll try the terminal stuff next I guess.
Why are ONLY the ppt files not importing properly in the index??
if I delete the mdimporter would that be useful? would os Tiger then replace it? Is there a newer version of mdimporter that I am not aware of?
OK i keep catching mdimporter doing something in the activity monitor. Can anyone tell me what it is doing? I appears to be working with various .ppt files in the main .ppt folder. Could this be something?
Code:
/
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Support/mdimport
/System/Library/CoreServices/CharacterSets/CFUnicodeData-L.mapping
/System/Library/CoreServices/CharacterSets/CFCharacterSetBitmaps.bitmap
/System/Library/CoreServices/CharacterSets/CFUniCharPropertyDatabase.data
/Library/Spotlight/Microsoft Office.mdimporter/Contents/MacOS/Microsoft Office
/Library/Caches/com.apple.IntlDataCache.le.sbdl.501
/Library/Caches/com.apple.LaunchServices-014501.csstore
/usr/share/icu/icudt32l.dat
/usr/lib/dyld
/usr/lib/libSystem.B.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
/usr/lib/libicucore.A.dylib
/usr/lib/libobjc.A.dylib
/usr/lib/libstdc++.6.0.4.dylib
/usr/lib/libgcc_s.1.dylib
/usr/lib/libauto.dylib
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
/System/Library/Frameworks/Security.framework/Versions/A/Security
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
/usr/lib/libxml2.2.dylib
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
/dev/null
/dev/null
count=0, state=0x2
/tmp/com.apple.csseed.61
apple.shm.notification_center
/Library/Spotlight
/System/Library/Spotlight
/Users/****USERNAME****/Desktop/***FOLDER NAME***/***SUB FOLDER NAME****/.DS_Store
count=0, state=0x2
/Users/****USERNAME****/Desktop/***FOLDER NAME***/***SUB FOLDER NAME****/XXXXX(filename).ppt
/Users/****USERNAME****/Desktop/***FOLDER NAME***/***SUB FOLDER NAME****/XXXXX(filename).ppt.ppt
both files above (XXXXX) were the same files.
Can this issue be solved by the Mac Geniuses at the Mac Stores? Do they charge?
I think my computer has the 3 year apple care but I don't really know what that entitles me to.
Thank you
so what do the mac geniuses actually do?
is there an article about their job description?
Your idea is good but it doesn't work with FAT32 partitions.
You may have to use the mdutil command in the terminal.
To disable the indexing of a disk:
sudo mdutil -i off /Volumes/your_hard_drive_name_1
To remove the index of a specific disk:
sudo mdutil -E /Volumes/your_hard_drive_name_1
To restart the indexing of a specific disk:
sudo mdutil -i on /Volumes/your_hard_drive_name_1
I hope it helps.
http://www.officeformac.com/ProductForums?13@885.P4S2aX0etbF@.ee974b8/11
"1) check the list of mdimporter actually recognized by the system
2) use the command on a file to see what has been indexed for it
3) force-reindex a file or folder to see if it corrects the problem for
the file or folder
4) force-reindex everything if 3 worked. It will run for some time...."
Which terminal command do I need to use to make objective 1, check the list of mdimporter actually are recognized by the system????
Thank you!