Re: [Tracker] Bug 509607: Make search support logical operators besides 'And'

2008-01-29 Thread Luca Ferretti
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

[Tracker] Bug 509607: Make search support logical operators besides 'And'

2008-01-28 Thread Carlos Garnacho
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