Tuvoc
2 discussion posts
I'm trying to search for text files that contain:
[PlyCount "500"]
But I can't get it to work - it always brings back non matches. I'd be grateful if anyone could provide me with the exact syntax to enter into the Query box
thanks !
May 31, 2015 (modified May 31, 2015)
•
#1
The quotes should be escaped, and then the entire query wrapped in normal quotes so that it's treated as one single phrase, like so:
"[PlyCount \"500\"]"
Hope that helps!
Tuvoc
2 discussion posts
Thanks, that worked ! The results includes the names of all the folders which the files are contained in which is a bit of a nusiance, but sorting the results lets me see all the files themselves, so job done.