On Thu, Mar 11, 2010 at 10:00 AM, Gadbury <[email protected]> wrote: > > Yes. I specify a node type, sometimes a path (although I have since read why > this is bad for performance) combined with - in some cases - up to three or > four property constraints. I am also using jcr:contains, less than, greater > than contrainst on properties. I also use a combination of 'and' and 'or' > constraints (depending on the query). Why? :)
Using the JQOM interface, under 2.0.0, I have found several bugs that prevent me from creating the queries I need. The most critical of these bugs seems to prevent a certain level of complexity in building queries. For instance, I'm unable to AND more than one constraint at a time. I'm trying to decide whether to switch to query interfaces, or dig in and try to fix the bugs myself.
