On Oct 29, 2009, at 4:16 AM, Dilipkumar Jadhav wrote:
Hello friends,
I need a little help here with the XWiki XmlRpc API. I am able to connect to my xwiki instance using the Swizzle Confluence.
However, I am currently able to only view contents of a particular page which I supply to the getPage() method.
I would like to build a client which could fetch a list of pages based on hql queries (which XWiki supports internally).
Could someone please guide me to a search method that could be used here (eg. search(query, maxinterval) ).
I've tried pushing queries such as search("where doc.creator='XWiki.Admin", 10) but this results into an empty result list.
The semantics of the "query" parameter of the search method is just a free text that is matched agains document names or content. You cannot execute arbitrary HQL queries using the search method, nor there exist a method for doing so in the current XMLRPC api. -Fabio