http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11944 --- Comment #13 from Jacek Ablewicz <abl@biblos.pk.edu.pl> --- URI de-/encoding needs some additional work - current version has serious uri encoding-related issues. To reproduce: try to search for some term (containing utf8 characters) in OPAC. Note: I tested OPAC searching with bootstrap theme (not sure if it may be relevant or not). E.g., searching for 'życie': /cgi-bin/koha/opac-search.pl?idx=&q=%C5%BCycie does return expected results, but links pointing to further/refined searches (facets, sorting, ..) on the result page are broken (pagination links are fine, though - probably because they are not being encoded at all). Offending links do have extra %25 's in unicode byte sequence: /cgi-bin/koha/opac-search.pl?idx=kw&q=%25C5%25BCycie&sort_by=relevance_asc&limit=itype:BK-KP -- You are receiving this mail because: You are watching all bug changes.