I've been looking at the query possibilities in NXLucene, and it seems to me that there is no way to group parts of query like, say:
(path=/a/b/c and depth=3) or (uid=/a/b or uid=/a) I can make an ungroupd query, of course, which means (path=/a/b/c or uid=/a/b or uid=/a) and (depth=3) but that's not what I need, since that will apply the depth for the whole query. I'd just like to confirm that before I start implementing another complex solution to my problem (doing two separate queries and merging them). -- Lennart Regebro: Python, Zope, CPS, Plone consulting. +33 661 58 14 64 _______________________________________________ cps-users mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/cps-users
