Re: [xwiki-devs] [xwiki-notifications] r10617 - xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki
vmassol (SVN) wrote:
Author: vmassol Date: 2008-06-23 16:10:42 +0200 (Mon, 23 Jun 2008) New Revision: 10617
Modified: xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki/Results xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki/Tableresults Log: XWIKI-2467: Update queries to use doc.space instead of doc.web
* Fixed some leftovers
No, no, no. I left those untouched with a purpose. Those two are used to display both results from hql queries and Lucene queries. And the items returned by Lucene don't have getSpace (yet). Until we fix the Lucene API, these 2 documents must use $bentrydoc.web -- Sergiu Dumitriu http://purl.org/net/sergiu/
Sergiu Dumitriu wrote:
vmassol (SVN) wrote:
Author: vmassol Date: 2008-06-23 16:10:42 +0200 (Mon, 23 Jun 2008) New Revision: 10617
Modified:
xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki/Results
xwiki-products/xwiki-enterprise/trunk/wiki/src/main/resources/XWiki/Tableresults
Log: XWIKI-2467: Update queries to use doc.space instead of doc.web
* Fixed some leftovers
No, no, no. I left those untouched with a purpose. Those two are used to display both results from hql queries and Lucene queries. And the items returned by Lucene don't have getSpace (yet). Until we fix the Lucene API, these 2 documents must use $bentrydoc.web
I updated the Lucene plugin code, but I'm not sure if this minor change is enough reason to release a new version in time for the 1.5M2 XE release. I'll leave this decision to Vincent: release Lucene Plugin with just one minor change, or rollback XWiki.Results and XWiki.Tableresults until we have some other things fixed in the Lucene plugin. -- Sergiu Dumitriu http://purl.org/net/sergiu/
participants (1)
-
Sergiu Dumitriu