-
Bug
-
Resolution: Done
-
Major
-
2.5.0.Beta1
-
None
-
Workaround Exists
-
When testing Magnolia CMS with the newest ModeShape (2.5.0.Beta1), then after successful installation and repository initialization (at least no errors in the log), when I try to use sample Search page and look for pages containing the word "paragraph", I've got an empty result set an the following error in the log:
ERROR info.magnolia.cms.taglibs.util.SimpleSearchTag: javax.jcr.RepositoryException caught while parsing query for search term [paragraph] - query is [//*[@jcr:primaryType='mgnl:content']//*[jcr:contains(., 'paragraph')]]: Table 'nodeSet2' does not exist javax.jcr.RepositoryException: Table 'nodeSet2' does not exist at org.modeshape.jcr.query.qom.JcrAbstractQuery.checkForProblems(JcrAbstractQuery.java:133) at org.modeshape.jcr.query.JcrQuery.execute(JcrQuery.java:104) at info.magnolia.cms.core.search.QueryImpl.execute(QueryImpl.java:73) at info.magnolia.cms.taglibs.util.SimpleSearchTag.doStartTag(SimpleSearchTag.java:164) at org.apache.jsp.templates.samples.paragraphs.searchResult_jsp._jspx_meth_cmsu_005fsimpleSearch_005f0(searchResult_jsp.java:279) ...