additional search option in opac
Hi All, I want to customize my koha opac search, we are able to search by Author,Title, Serial Number etc. I also want the search by *Publication year* to be added in the drop down list of koha search. Can you suggest how to do this search by Publication year. Thanks in advance.
Hie, You may use JavaScript in opacuserjs system preference : $(document).ready(function() { $("select#masthead_search").append("<option value=\"yr\">Publication year</option>"); } Regards, Le 14/03/2014 06:08, rocky bang a écrit :
Hi All,
I want to customize my koha opac search, we are able to search by Author,Title, Serial Number etc.
I also want the search by *Publication year* to be added in the drop down list of koha search.
Can you suggest how to do this search by Publication year.
Thanks in advance. _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- Fridolin SOMERS Biblibre - Pôles support et système fridolin.somers@biblibre.com
participants (2)
-
Fridolin SOMERS -
rocky bang