Page 1 of 1

"AND" and "OR" in tag filter

Posted: Wed Nov 14, 2012 11:19 am
by hopalongrock
Somehow the 'and' and 'or' not working well in tag filter.
I have there files, the Track numbers and albums are the following:
file1: track is empty, album is not empty
file2: track is not empty, album is empty
file3: track is not empty, album is not empty

If filter is
%R = <empty> and
%L != <empty> or
%R != <empty> and
%L = <empty>
then the grid contains only file2, file1 is missing

If I delete row 3 and 4, the filter
%R = <empty> and
%L != <empty> or
brings correctly
file1
It's funny that I can't delete the closing "or".

Re: "AND" and "OR" in tag filter

Posted: Wed Nov 14, 2012 3:26 pm
by jtclipper
yes that is an issue with 'nested' and/or because there are no parenthesis feature like in the library. Will see what can be done for that.

Re: "AND" and "OR" in tag filter

Posted: Wed Nov 14, 2012 4:34 pm
by hopalongrock
jtclipper wrote:yes that is an issue with 'nested' and/or because there are no parenthesis feature like in the library. Will see what can be done for that.
Thanks.
(Although in this case specially parenthesis isn't required, only TGF should follow the precedence rule.)