Last active
February 20, 2025 09:55
-
-
Save ttscoff/5941694 to your computer and use it in GitHub Desktop.
It was supposed to search for a variety of filetypes with web design-related tags. It was being really spotty until I manually set FinderFilesOnly to false in the PLIST.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<key>RawQueryDict</key> | |
<dict> | |
<key>FinderFilesOnly</key> | |
<false/> | |
<key>RawQuery</key> | |
<string>(true) && (((InRange(kMDItemContentCreationDate,$time.today(-1Y),$time.today(+1d)) && ((kMDItemOMUserTags = "*jquery*"cd) || (kMDItemOMUserTags = "*javascript*"cd) || (kMDItemOMUserTags = "*responsive*"cd) || (kMDItemOMUserTags = "*webdesign*"cd) || (kMDItemOMUserTags = "*webdev*"cd) || (kMDItemOMUserTags = "html5*"cdw) || (kMDItemOMUserTags = "*css3*"cd) || (kMDItemKeywords = "*jquery*"cd) || (kMDItemKeywords = "*javascript*"cd) || (kMDItemKeywords = "*responsive*"cd) || (kMDItemKeywords = "*webdesign*"cd) || (kMDItemKeywords = "*webdev*"cd) || (kMDItemKeywords = "*html5*"cd) || (kMDItemKeywords = "*css3*"cd)) && (((kMDItemKind = "Web*"cdw) && ((kMDItemKind = "Internet*"cdw) && (kMDItemKind = "Location*"cdw))) || (kMDItemKind = "Markdown*"cdw) || ((kMDItemKind = "Delish*"cdw) && (kMDItemKind = "Bookmark*"cdw)) || (_kMDItemGroupId = 11)))))</string> | |
<key>SearchScopes</key> | |
<array> | |
<string>kMDQueryScopeComputer</string> | |
</array> | |
<key>UserFilesOnly</key> | |
<true/> | |
</dict> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A more visual version of the above query: