Hi,
I was trying to find all the files with the "artist" starting with "A" - so I though I would do:
artist:a*
unfortunately it failed - looks like wildcards are only allowed with filenames.
Could it be possible to use wildcard in the example I gave above?
Thanks.