On Fri, Oct 3, 2008 at 8:22 AM, Arnaud bourree <[email protected]>wrote:
So, I take a look on objects attached to my page and I see that there is third way to subscribe: QUERY.
But I found nothing about what QUERY should look like!
Is that what this is about -- http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise16#H3Pla... More about the language in XWQL design page<http://dev.xwiki.org/xwiki/bin/view/Design/XWikiQueryLanguage>.
The Main syntax and a translator to HQL are implemented. It currently requires programming rights to use in scripts. The current XWQL syntax is not the final one. We'd like some feedback to improve it. The language will fully replace current $xwiki.search methods in XE 1.7. The XWQL language is accessible via the Query Manager. Example: $xwiki.xWiki.store.queryManager.createQuery('from doc.object(XWiki.XWikiUsers) as user', 'xwql').execute().
-- Niels http://nielsmayer.com