diff --git a/imgsrv/lib/SRV/SearchUtils.pm b/imgsrv/lib/SRV/SearchUtils.pm index 7cd4e3da4..ae5dc9895 100644 --- a/imgsrv/lib/SRV/SearchUtils.pm +++ b/imgsrv/lib/SRV/SearchUtils.pm @@ -26,6 +26,7 @@ use URI::Escape; use Utils; use Utils::Time; use Utils::Logger; +use Debug::DUtils; use MdpConfig; use Db; @@ -47,6 +48,7 @@ my $HOST = `hostname`; chomp($HOST); $HOST =~ s,\..*$,,; use strict; use Utils; + use Debug::DUtils; use base qw(Search::Query); diff --git a/mdp-tools/lib/Config/validate-config.yaml b/mdp-tools/lib/Config/validate-config.yaml index 5bc589934..fa6d05255 100644 --- a/mdp-tools/lib/Config/validate-config.yaml +++ b/mdp-tools/lib/Config/validate-config.yaml @@ -12,6 +12,8 @@ babel: - https://__URL_STAGE__.hathitrust.org/cgi/imgsrv/download/pdf?id=1;seq=8;seq=9;seq=10;__LOCAL__ - https://__URL_STAGE__.hathitrust.org/cgi/imgsrv/image?id=1;seq=7;__LOCAL__ - https://__URL_STAGE__.hathitrust.org/cgi/imgsrv/metadata?id=2;start=0;limit=10;__LOCAL__ + - https://__URL_STAGE__.hathitrust.org/cgi/imgsrv/html?id=1;__LOCAL__ + - https://__URL_STAGE__.hathitrust.org/cgi/imgsrv/html?id=1;q1=test;__LOCAL__ #whoami: - https://__URL_STAGE__.hathitrust.org/cgi/whoami