[% USE CGI %] [% 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 'publicationdate' %]Publication date [% CASE 'collectiontitle' %]Collection [% CASE 'isbn' %]ISBN [% CASE 'issn' %]ISSN [% CASE 'homebranch' %]Home library [% 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 %]
[% values = CGI.param(name) %]
[% END %] [% BLOCK form_field_select_option %] [% IF params.f == value %] [% ELSE %] [% END %] [% END %] [% BLOCK form_field_select_text %]
[% IF params.exists('c') %] [% ELSE %] [% END %]
[% END %] [% BLOCK form_field_select_text_block %] [% c = CGI.param('c').list %] [% f = CGI.param('f').list %] [% q = CGI.param('q').list %] [% op = CGI.param('op').list %] [% IF q.size %] [% size = q.size - 1 %] [% FOREACH i IN [0 .. size] %] [% params = { f => f.$i q = q.$i op = op.$i } %] [% IF i > 0 %] [% j = i - 1 %] [% params.c = c.$j %] [% END %] [% INCLUDE form_field_select_text params=params %] [% END %] [% ELSE %] [% INCLUDE form_field_select_text %] [% END %] [% END %] [% BLOCK form_field_radio_yes_no %]
[% END %] [%# Page starts here %] [% INCLUDE 'doc-head-open.inc' %] Koha › Catalog › Item search [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %]

Item search

Go to advanced search

[% INCLUDE form_field_select name="homebranch" options = branches empty_option = "All libraries" %] [% INCLUDE form_field_select name="location" options = locations empty_option = "All locations" %]
[% INCLUDE form_field_select name="itype" options = itemtypes empty_option = "All item types" %] [% INCLUDE form_field_select name="ccode" options = ccodes empty_option = "All collection codes" %] [% INCLUDE form_field_select name="notforloan" options = notforloans empty_option = "All statuses" %]
[% INCLUDE form_field_select_text_block %]

You can use the following wildcard characters: % _

% matches any number of characters

_ matches only a single character

[% value = CGI.param('itemcallnumber_from') %] (inclusive)
[% value = CGI.param('itemcallnumber_to') %] (inclusive)
[% INCLUDE form_field_radio_yes_no name="damaged" %] [% INCLUDE form_field_radio_yes_no name="itemlost" %]
ISO Format (YYYY-MM-DD)

[% IF search_done %] [% IF total_rows > 0 %]

Found [% total_rows %] results.

[% ELSE %]

No results found.

[% END %] [% IF results %] [% INCLUDE 'catalogue/itemsearch_items.inc' items = results %] [% END %]
[% pagination_bar %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]