[dev] combine severay Horde_Rdo_Query objects

Sebastian Birnbach birnbacs at gmail.com
Tue May 15 08:15:20 UTC 2018


I whish to perform a search of the shape

(A AND B) OR (A AND C) ORDER BY D

I see that one Horde_Rdo_Query object will permit only one conjunction AND
or OR. If I use two distinct queries I will have to implement the sorting
myself.

So, is there a way to combine several query objects to the purpose? Or any
other way to use a more complex search expression?


More information about the dev mailing list