On Thu, Jan 10, 2013 at 12:21 PM, Nikita Garg <[email protected]> wrote:
> Hiii...
>
> Thanks for your help.. I do the following and now autocomplete is working
> properly in my dspace for JSPUI..
>
> There is one more query regarding defaultFilterQueries in discovery.xml..
>
> <!--<property name="defaultFilterQueries">-->
>             <!--<list>-->
>                 <!--Only find items-->
>                 <!--<value>search.resourcetype:2</value>-->
>             <!--</list>-->
>         <!--</property>-->
>
> I have uncomment the above property and modify it as
>
> <property name="defaultFilterQueries">
>             <list>
>                 <!--Only find items-->
>                 <value>search.title:game</value>
>             </list>
>         </property>
>
>  bt still its not working.. Please guide me how to implement this feature..

I never used this option, but according to documentation you're
supposed to add a new filter as a new value tag, like this:

<property name="defaultFilterQueries">
    <list>
        <value>search.resourcetype:2</value>
        <value>search.title:game</value>
    </list>
</property>

Try that and let us know whether it works for you.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122712
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to