[% USE JSON.Escape %] [% BLOCK form_label %] [% SWITCH label %] [% CASE 'barcode' %]Barcode [% CASE 'itemcallnumber' %]Call number [% CASE 'stocknumber' %]Inventory number [% CASE 'title' %]Title [% CASE 'author' %]Author [% CASE 'publishercode' %]Publisher [% CASE 'publicationyear' %]Publication date [% CASE 'collectiontitle' %]Collection [% CASE 'isbn' %]ISBN [% CASE 'issn' %]ISSN [% CASE 'homebranch' %]Home library [% CASE 'holdingbranch' %]Current location [% CASE 'All libraries' %]All libraries [% CASE 'location' %]Shelving location [% CASE 'All locations' %]All locations [% CASE 'itype' %]Item type [% CASE 'All item types' %]All item types [% CASE 'ccode' %]Collection code [% CASE 'All collection codes' %]All collection codes [% CASE 'notforloan' %]Status [% CASE 'All statuses' %]All statuses [% CASE 'damaged' %]Damaged [% CASE 'itemlost' %]Lost [% END %] [% END %] [% BLOCK form_field_select %]
[% END %] [% BLOCK form_field_select_option %] [% END %] [% BLOCK form_field_select_text %]
[% END %] [% BLOCK form_field_radio_yes_no %]
[% END %] [%# Page starts here %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Catalog › Item search [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'home-search.inc' %]

Item search

Go to advanced search

[% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %] [% INCLUDE form_field_select name="holdingbranch" options = branches empty_option = "All libraries" %] [% IF locations.size %] [% INCLUDE form_field_select name="location" options = locations empty_option = "All locations" %] [% END %]
[% INCLUDE form_field_select name="itype" options = itemtypes empty_option = "All item types" %] [% IF ccodes.size %] [% INCLUDE form_field_select name="ccode" options = ccodes empty_option = "All collection codes" %] [% END %] [% IF notforloans.size %] [% INCLUDE form_field_select name="notforloan" options = notforloans empty_option = "All statuses" %] [% END %]
[% INCLUDE form_field_select_text %]

You can use the following wildcard characters: % _

% matches any number of characters

_ matches only a single character

(inclusive)
(inclusive)
[% INCLUDE form_field_radio_yes_no name="damaged" %] [% INCLUDE form_field_radio_yes_no name="itemlost" %]
ISO Format (YYYY-MM-DD)
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]