[% USE CGI %] [% USE JSON.Escape %] [% 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 › Advanced search [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'header.inc' %]

Item search

Go to advanced search
Item search
[% INCLUDE form_field_select name="homebranch" label="Home branch" options = branches empty_option = "All branches" %] [% INCLUDE form_field_select name="location" label="Location" options = locations empty_option = "All locations" %]
[% INCLUDE form_field_select name="itype" label="Item type" options = itemtypes empty_option = "All item types" %] [% INCLUDE form_field_select name="ccode" label="Collection code" options = ccodes empty_option = "All collection codes" %]
[% INCLUDE form_field_select_text_block %]

You can use the following joker characters: % _

[% value = CGI.param('itemcallnumber_from') %] (inclusive)
[% value = CGI.param('itemcallnumber_to') %] (inclusive)
[% INCLUDE form_field_radio_yes_no name="damaged" label="Damaged" %] [% INCLUDE form_field_radio_yes_no name="itemlost" label="Lost" %]
ISO Format (AAAA-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' %]