Sorry for reposting, Any clue? Thanks in advance
---------- Forwarded message ---------- From: Germán Biozzoli <[email protected]> Date: 2018-04-30 19:18 GMT-03:00 Subject: Problem with nested fields in DSpace CRIS To: DSpace Technical Support <[email protected]> Hi list I've configured a nested repetable field using DSpace CRIS for research profiles. The nested field is composed by thematic area and a sub-area or field of app. Edit and visualization for the profile it's working OK and looks like The problem appears when I try to create a Search Filter / facet for the main thematic area. I've defined in discovery.xml <bean id="searchFilterRPThemArea" class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet"> <property name="indexFieldName" value="themarea" /> <property name="metadataFields"> <list> <value>crisrp.themareafield.themarea</value> </list> </property> <property name="facetLimit" value="10" /> <property name="sortOrder" value="COUNT" /> </bean> themareafield is a nested field themarea is a dropdown in the form of Economics###Economics|||... I've rebuild the index, restarted Tomcat, but nothing appears. Then I've tried to define a metadata enhacer (a CrisNestedEnhacer) and used the alias as value for the index in discovery, but again, nothing has changed. Any hint? Thanks in advance German -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/dspace-tech. For more options, visit https://groups.google.com/d/optout.
