[Koha] Regarding OPAC search issue.

Fridolin SOMERS fridolin.somers at biblibre.com
Mon Dec 30 21:17:30 NZDT 2013


Hie,

You could add a new index on wanted fields, say "kw-opac".
Then you have to force this index in opac combobox search indexes.
You may use JQuery in syspref "opacuserjs" :
   $(document).ready(function(){
     $("select#masthead_search option[value='']").val("kw-opac");
   });

Regards,

Le 26/12/2013 06:17, rocky bang a écrit :
> Hi,
>
> I am using koha 3.08 and in OPAC the masthead file contains the drop down
> box for the searches with option like keyword,title,author,accession number.
> But while searching with keyword such as "a" fetches results from all the
> fields like publication,author,title etc.
> I want the keyword should fetch result only from title,subject or note
> field not from all the fields.
> How should i do this.
>
>
> Thanks in advance.
> _______________________________________________
> Koha mailing list  http://koha-community.org
> Koha at lists.katipo.co.nz
> http://lists.katipo.co.nz/mailman/listinfo/koha
>

-- 
Fridolin SOMERS
Biblibre - Pôle support
fridolin.somers at biblibre.com


More information about the Koha mailing list