I am running 3.8.2 which is installed under /apps/rt-3.8.2. According to http://wiki.bestpractical.com/view/SimpleSearchIncludeResolved, I created...
# cat /apps/rt-3.8.2/local/html/Callbacks/stuff/Search/Simple.html/ModifyQuery <%init> #active is the default: open new stalled $$query =~ s/\bany\b/new open resolved stalled rejected deleted/i; #$$query =~ s/\bclosed\b/resolved rejected deleted/i; </%init> <%args> $query => undef </%args> Tested it but it did not work. Restarted httpd and still not working. Do I have to define something in /apps/rt-3.8.2/etc/RT_SiteConfig.pm so that RT finds the ModifyQuery file I created? Thanks. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Emmanuel Lacour Sent: Tuesday, May 26, 2009 11:10 AM To: [email protected] Subject: Re: [rt-users] Simple Search functionality On Tue, May 26, 2009 at 05:05:26PM +0200, Emmanuel Lacour wrote: > On Tue, May 26, 2009 at 11:00:07AM -0400, Jerrad Pierce wrote: > > > > On the wiki searching for SimpleSearch returns two of 5 relevant results. > > > > And I just fully described how it works here: > > http://wiki.bestpractical.com/view/SimpleSearch > And a FAQ entry with this article as answer. _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
