From: Bill Erickson Date: Wed, 27 Oct 2021 17:03:25 +0000 (-0400) Subject: LP1844418 Elastic indexer isbn/issn cleaners X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f6fef7d27357011919f044fe3392bc03b76a6621;p=working%2FEvergreen.git LP1844418 Elastic indexer isbn/issn cleaners Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm b/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm index 8e80f0abfa..880223d800 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/Elastic/BibSearch.pm @@ -13,6 +13,8 @@ # GNU General Public License for more details. # --------------------------------------------------------------- package OpenILS::Elastic::BibField; +use Business::ISBN; +use Business::ISSN; use strict; use warnings;