Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.01.00m02
-
None
Description
- start application-cms-prototype-repository and -frontend
- login to "console"
- create a node /bylanguage of type hippo:facetsearch:
<sv:node sv:name="bylanguage" xmlns:fn="http://www.w3.org/2005/xpath-functions"
xmlns:fn_old="http://www.w3.org/2004/10/xpath-functions"
xmlns:hippo="http://www.hippoecm.org/nt/1.0"
xmlns:hipposample="http://www.hippoecm.org/sample/nt/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
xmlns:mailsponge="mailsponge-model" xmlns:mix="http://www.jcp.org/jcr/mix/1.0"
xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:rep="internal"
xmlns:sv="http://www.jcp.org/jcr/sv/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<sv:property sv:name="jcr:primaryType" sv:type="Name">
<sv:value>hippo:facetsearch</sv:value>
</sv:property>
<sv:property sv:name="hippo:docbase" sv:type="String">
<sv:value>/facetreference-demo/documents</sv:value>
</sv:property>
<sv:property sv:name="hippo:facets" sv:type="String">
<sv:value>language</sv:value>
</sv:property>
<sv:property sv:name="hippo:queryname" sv:type="String">
<sv:value>bylanguage</sv:value>
</sv:property>
</sv:node>
- save
- the node will display a count of 6 but the hippo:resultset has only 4 children
Attachments
Issue Links
- is a part of
-
CMS-351 FacetResultCollector should collect nodes by id, instead of by path
- Closed