INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: EpF on April 20, 2006, 01:32:53 pm
-
In this thread (http://yabb.jriver.com/interact/index.php?topic=33247.msg228073#msg228073), SwellGuy said:
in the meantime your filters/searches will have to be constructed a bit differently.
An example of this is that this doesn't work:
(([Artist Rating]==1 -[Rating]=1-2) or ([Artist Rating]=>1))
So you have to do this:
(([Artist Rating]=1 [Rating]=3-5) or ([Artist Rating]=2-5 [Rating]=1-5))
(artist ratings are 1-5)
So, as there's no guarantee it'll be fixed soon, if at all, what's the rule to follow? Is it 'no negatives in nested brackets' or 'all fields must be balanced in "or" comparisons'? Just so as we know...
;)