https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34857 jesus@medios.es changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jesus@medios.es --- Comment #2 from jesus@medios.es --- The search query varies according to the browser used. For Chrome (anonymous) and Firefox the result URL is correct. For Chrome standard it is not: Started happening in 22.11, when this code in opac-advsearch.tt was introduced: window.addEventListener('pageshow', function( e ){ $('.form-control').prop('disabled' , false ); }); Result URL in Chrome https://catalog.bywatersolutions.com/cgi-bin/koha/opac-search.pl?advsearch=1&op=AND&idx=kw&q=keyword1&op=NOT&idx=kw&q=keyword2&do=Search&sort_by=relevance Result URL in Firefox and anonymous Chrome: https://catalog.bywatersolutions.com/cgi-bin/koha/opac-search.pl?advsearch=1&idx=kw&q=keyword1&op=NOT&idx=kw&q=keyword2&do=Search&sort_by=relevance -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.