Il giorno lun, 28/01/2008 alle 12.15 +0100, Carlos Garnacho ha scritto:
> Hi!,
>
> I made a patch to build an expression tree from search expressions like
> "foo and bar or baz" and compose results based on the constructed tree.
> The "And" operator takes precedence on the "Or" one, so that searc
Hi!,
I made a patch to build an expression tree from search expressions like
"foo and bar or baz" and compose results based on the constructed tree.
The "And" operator takes precedence on the "Or" one, so that search
string would result in:
And
/ \
Foo Or
/ \
Bar Baz
The patch