summaryrefslogtreecommitdiff
path: root/rt/share/html/Search/Elements/SelectGroup
diff options
context:
space:
mode:
Diffstat (limited to 'rt/share/html/Search/Elements/SelectGroup')
-rw-r--r--rt/share/html/Search/Elements/SelectGroup2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/share/html/Search/Elements/SelectGroup b/rt/share/html/Search/Elements/SelectGroup
index 907c88e..27d6a76 100644
--- a/rt/share/html/Search/Elements/SelectGroup
+++ b/rt/share/html/Search/Elements/SelectGroup
@@ -56,7 +56,7 @@
<%INIT>
my $groups = RT::Groups->new($session{'CurrentUser'});
-$groups->Limit(FIELD => 'Domain', OPERATOR => '=', VALUE => $Domain);
+$groups->Limit(FIELD => 'Domain', OPERATOR => '=', VALUE => $Domain, CASESENSITIVE => 0);
</%INIT>
<%ARGS>