https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25548 --- Comment #16 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jonathan Druart from comment #15)
(In reply to David Cook from comment #0)
It means that every simple search to /cgi-bin/koha/opac-search.pl from the masthead will redirect from /cgi-bin/koha/opac-search.pl?idx=&q=blah to /cgi-bin/koha/opac-search.pl?q=blah.
It's OK if we have idx= in the URL.
However this is not only having ONE idx=, an adv search will become
/cgi-bin/koha/catalogue/search. pl?advsearch=1&idx=kw&q=ti&idx=kw&q=&idx=kw&q=&limit=&limit=&limit=&limit=&li mit=&sort_by=relevance
That's starting to be ugly.
was: /cgi-bin/koha/catalogue/search. pl?advsearch=1&idx=kw&q=ti&idx=kw&idx=kw&sort_by=relevance
I dont understand it. You say here that the number of empty parameters increases? -- You are receiving this mail because: You are watching all bug changes.