I'm looking for files of the form *.####.some extension. Right now, I'm using the search string *.0???.* AND System.FileExtension:="some extension", but have to look through the results to make sure that they're all numbers. This is a specific
example, sometimes I run similar searches with different prefixes and numbers of numbers. I know how to do this with other folder recursive search tools, I'm just wondering if it's possible with AQS. I'd like to do something like System.FileName:~>"."####
AND System.FileExtension:="some extension"
↧