@@ -, +, @@ template line 363 and check the typo "_ matches only a single charcter" and change for _ matches only a single character --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/itemsearch.tt @@ -360,7 +360,7 @@ [% INCLUDE form_field_select_text_block %]

You can use the following wildcard characters: % _

% matches any number of characters

-

_ matches only a single charcter

+

_ matches only a single character

--