When no results are found, a warning: [WARN] Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt line 76. is generated in [plack-]opac-error.log
Created attachment 184788 [details] [review] Bug 40540: OPAC generates warnings in logs when no results are found When no results are found, a warning: [WARN] Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt line 76. is generated in [plack-]opac-error.log Test plan: ========== 1. In OPAC, perform a search for a random string of characters to get no results. 2. Check plack-opac-error.log. You should see a warning as above. 3. Apply the patch ; restart_all. 4. Repeat the search. Check the log -- there should be no new warning. Sponsored-by: Ignatianum University in Cracow
Created attachment 184824 [details] [review] Bug 40540: OPAC generates warnings in logs when no results are found When no results are found, a warning: [WARN] Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt line 76. is generated in [plack-]opac-error.log Test plan: ========== 1. In OPAC, perform a search for a random string of characters to get no results. 2. Check plack-opac-error.log. You should see a warning as above. 3. Apply the patch ; restart_all. 4. Repeat the search. Check the log -- there should be no new warning. Sponsored-by: Ignatianum University in Cracow Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl>
Created attachment 184971 [details] [review] Bug 40540: OPAC generates warnings in logs when no results are found When no results are found, a warning: [WARN] Argument "" isn't numeric in numeric gt (>) at /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt line 76. is generated in [plack-]opac-error.log Test plan: ========== 1. In OPAC, perform a search for a random string of characters to get no results. 2. Check plack-opac-error.log. You should see a warning as above. 3. Apply the patch ; restart_all. 4. Repeat the search. Check the log -- there should be no new warning. Sponsored-by: Ignatianum University in Cracow Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Nice work everyone! Pushed to main for 25.11
Nice work everyone! Pushed to 25.05.x