]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP2043045 - Stop Log Noise - QueryParser.pm pullup()
authorJosh Stompro <stomproj@larl.org>
Wed, 8 Nov 2023 19:18:02 +0000 (13:18 -0600)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 25 Mar 2024 13:42:01 +0000 (09:42 -0400)
commitfc9d0ef5b65e9ca69ac6a1b9cb60db3f22a70c5e
treebcdecdf6b8484ef0ebb5b6410e871244a6460b4c
parentab43d45924e920331403d5fd4e634e33648f6b0b
LP2043045 - Stop Log Noise - QueryParser.pm pullup()

Silence some "Use of uninitialized value" warnings the pop up with
every catalog search.

Look for these log entries before the fix after performing some catalog searches.

Use of uninitialized value in string eq at
/usr/local/share/perl/5.36.0/OpenILS/Application/Storage/QueryParser.pm line 1626.

Use of uninitialized value in addition (+) at
/usr/local/share/perl/5.36.0/OpenILS/Application/Storage/QueryParser.pm line 1661

After the fix is applied, no more should be generated.

Release-note: Silences some "Use of uninitialized value" log entries from catalog search

Signed-off-by: Josh Stompro <stomproj@larl.org>
Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/QueryParser.pm