From: Eric Bollengier Date: Thu, 26 Jul 2007 18:04:05 +0000 (+0000) Subject: ebl use case not sensitiv with client or media search X-Git-Tag: Release-2.2.0~90 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ae7ad6ec6f094357d3322ede0bf40b55d907bed5;p=bacula%2Fbacula ebl use case not sensitiv with client or media search git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5245 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/gui/bweb/lib/Bweb.pm b/gui/bweb/lib/Bweb.pm index 2ffb850d36..5d5dc701e2 100644 --- a/gui/bweb/lib/Bweb.pm +++ b/gui/bweb/lib/Bweb.pm @@ -1042,7 +1042,7 @@ our %sql_func = ( TO_SEC => " interval '1 second' * ", SEC_TO_INT => "SEC_TO_INT", SEC_TO_TIME => '', - MATCH => " ~ ", + MATCH => " ~* ", STARTTIME_DAY => " date_trunc('day', Job.StartTime) ", STARTTIME_HOUR => " date_trunc('hour', Job.StartTime) ", STARTTIME_MONTH => " date_trunc('month', Job.StartTime) ",