Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-20 Thread bcoballes
Hi Elvi, I successfully modified the controlled vocabulary splitter, thanks to your insights I could not do the work around without it. Here are my thoughts regarding the issue: 1. I completely agree with you that the 'subject code autocomplete' from dspace.cfg is different from the controlled

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-16 Thread Brian Aljer B. Coballes
Correction: I also included [dspace-src]/dspace/config/xmlui.xconf where the discovery is enabled. I clear the cache from the Control Panel and created a new database to eliminate other possibilities of error. On Fri, Aug 16, 2013 at 1:31 PM, bcoballes bcobal...@ateneo.edu wrote: Oh that's

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-16 Thread Brian Aljer B. Coballes
Hi Elvi, I tried the codes in a completely untouched dspace-src, with minimal changes in dspace.cfg and I get similar result - no effect on controlled vocabulary. Discovery is disabled this time. Are we using the same codes in the dspace.cfg or am I missing something? Thanks again Elvi. On Fri,

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-15 Thread bcoballes
Thanks Elvi, I already edited my [dspace-src]\dspace\config\spring\api\discovery.xml and change to the following: bean id=searchFilterSubject class=org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration property name=indexFieldName value=subject/ property

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-15 Thread bcoballes
Oh that's weird. Theoretically that's supposed to do it but mine is not working. I actually tested it to an untouched dspace-src-release. I just merged my [dspace-src]/build.properties, [dspace-src]/config/dspace.cfg (which contains my changes as indicated above),

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-14 Thread Nemiz, Elvi
Hello Brian, Edit [dspace-src]\dspace\config\spring\api\discovery.xml, look for property name=splitter value=::/ in line 244. You can also add if you like search filters and sidebar facets in this file. Hope this helps. ;-) Regards, Elvi

[Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-13 Thread bcoballes
Hi everyone, I'm trying to modify the delimiter string for my controlled vocabulary but I already edited the following from my [dspace-src]/dspace/config/dspace.cfg: choices.plugin.dc.subject = srscmod choices.presentation.dc.subject = select vocabulary.plugin.srscmod.hierarchy.store = true