Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Set Command-F to search by 'Name Contains'' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Set Command-F to search by 'Name Contains'
Authored by: dtheory on May 15, '05 02:52:44PM

it is true Omi's version sets some unneccessary parameters...
Also true is that TextWrangler works just fine.
A nice simple version is obtained by using the text:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>RawQuery</key>
<string></string>
<key>SearchCriteria</key>
<dict>
<key>CurrentFolderPath</key>
<string>/</string>
<key>FXCriteriaSlices</key>
<array>
<dict>
<key>FXSliceKind</key>
<string>Snam</string>
<key>Operator</key>
<string>S:**</string>
<key>Value</key>
<string></string>
</dict>
</array>
<key>FXScope</key>
<integer>0</integer>
</dict>
<key>Version</key>
<string>10.4</string>
<key>ViewOptions</key>
<dict>
<key>ViewStyle</key>
<string>Nlsv</string>
</dict>
</dict>
</plist>



[ Reply to This | # ]
10.4: Set Command-F to search by 'Name Contains'
Authored by: YA new user on May 15, '05 09:22:52PM

This together with plutil has worked nicely. unfortunately it only works on indexed disks.



[ Reply to This | # ]