On Wed, Aug 21, 2013 at 5:55 AM, Darius Miliauskas <[email protected]> wrote: > FILTER controls which solutions are included in the final result as you > said but why does not it work with the logical AND (&&), only with logical > OR (||)?
None of the examples in this thread have mentioned boolean operators in filter expressions. Can you clarify what you mean here? As far as I know, both logical operators are permissible in filter expressions. Do you have an example where something isn't working? //JT -- Joshua Taylor, http://www.cs.rpi.edu/~tayloj/
