I'm trying to create a smart folder using raw query commands e.g. of the following:
(kMDItemTextContent=="rock and roll")
However, the results returned are files with text that contains all the words "rock", "and", "roll" anywhere in the file. The search does not limit to the phrase "rock and roll".
I would like to find out if there's a way to do phrase search. That would be very helpful to me.
(kMDItemTextContent=="rock and roll")
However, the results returned are files with text that contains all the words "rock", "and", "roll" anywhere in the file. The search does not limit to the phrase "rock and roll".
I would like to find out if there's a way to do phrase search. That would be very helpful to me.