Oh, looks like I forgot the link:
http://confluence.atlassian.com/display/DOC/Remote+API+Specification#RemoteA...
A better and more useful approach is to add this parameterized search, since a Map is easy extensible (i.e. any keys can be used). We could have as parameters, for a start: - spaceKey; useful for autocompletion after writing the space and the . - type; useful for searching attachments - modified; useful for searching recent documents - searchedField; for what you need, a 'title' would be enough, but this should be a set, with values from {title, content, objects, attachment, tags, creator, author, contributor} and maybe others - startIndex; the index of the first returned result - maxResults; if we want to comply with the confluence API, this wouldn't be necessary, since a maxResults parameter is mandatory in the method signature.
This would be a bit harder to fully implement, but we can start with minimal features (to have just enough for you to fix XECLIPSE-106) and add more on the way.
-- Sergiu Dumitriu http://purl.org/net/sergiu/
Ok. Seems this is a part of a bug http://jira.xwiki.org/jira/browse/XWIKI-1559(Description -> Search) And I believe setting param type=page would be searching inside contents of the page too, and hence searchedField param='title' would be required for XECLIPSE-106. Venkatesh Nandakumar Department of Electronics & Computer Engineering Indian Institute of Technology Roorkee