Hi All,

I am trying to customize the Mirage 2 theme for our DSpace 3 and would like to 
add full text search as one of the options for the advanced filter. However, I 
can’t find any documentation about how to set it up. Could anyone give me a 
clue how to do it? I tried to create a bean like this

<bean id="searchFilterFulltext" 
class="org.dspace.discovery.configuration.DiscoverySearchFilter">
        <property name="indexFieldName" value="fulltext"/>
        <property name="field" value="fulltext">
            <list>
                <value>fulltext</value>
            </list>
        </property>
    </bean> 

But it won’t work.

Thanks for any help!!!

Best,
Ying
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to