[Koha] limits on canned OPAC searches

Carlos Lopez clopez at dml.vic.edu.au
Thu Jun 10 11:39:52 NZST 2021


Hi everyone

We have a little drop-down option on our OPAC that we call "New Titles" - it basically brings up a reverse-chronological listing of books or ebooks on the catalogue:

<form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl">
<input name="idx" value="kw" type="hidden">
<input name="sort_by" value="acqdate_dsc" type="hidden">
<input name="do" value="OK" type="hidden">
<select name="limit" onchange="this.form.submit()">
<option>-- Display new titles to the collection --</option>
<option value="mc-itype:BOOK">New books</option>
<option value="mc-itype:EBK">New ebook</option>
</select>
</form>

Is there a way we could improve this by limiting results to a time range (preferably "last 6 months" or something like that)? And excluding material that is "Ordered"?


With kind regards from the Dalton McCaughey Library Team



Carlos Lopez



Dalton McCaughey Library | 29 College Crescent, Parkville, VICTORIA 3052

Ph: 03 9340 8888 ext.1 | library at dml.vic.edu.au<mailto:library at dml.vic.edu.au> | library.dmlibrary.org.au



More information about the Koha mailing list