<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Ravi,<br>
<br>
In your $home/etc/ directory (this is where RT executes from) there is
a file called "RT_SiteConfig.pm". In that file, you will see a setting
for the default search results. See Below:<br>
<br>
<p class="MsoNormal"><b style="">Set
($DefaultSearchResultFormat,
qq{'<B><AHREF="$RT::WebPath/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:Ticket
Id', QueueName,
'<B><AHREF="$RT::WebPath/Ticket/Display.html?id=__id__">__Subject__</a></B>/TITLE:Subject',
'__Requestors__', Priority, Status, ‘__CustomField.{Work-State}__’,
OwnerName,
'__Due__</a></b>/TITLE:Due Date'});<o:p></o:p></b></p>
<br>
As you can see, I have set ours to include some Custom Fields as well
as dropped a few default fields we did NOT want to see. You should
modify yours accordingly. This will cause ALL search results to have
these fields as the base/defaults fields. You add/delete from this
default per query.<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 10/21/2009 11:28 AM, [ ravi ] wrote:
<blockquote cite="mid:F669CD2C-7E09-4AA7-B31F-BA9CAF789B41@g8o.net"
 type="cite">
  <pre wrap="">Emmanuel, Ken,

Thank you for your responses. Emmanuel, your idea is great but it  
would unfortunately only work for saved searches, yes? Ken, I am not  
sure what you mean by the "Configure file in /home/etc". Do you mean  
the actual autoconf files in the source tree? Can you explain? Thank  
you,

        --ravi



On Oct 21, 2009, at 1:29 PM, Ken Crocker wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">You can also change what is shown by altering that search in the  
Configure file in /home/etc. I have done that and it works well for  
all.

Kenn
LBNL

On 10/21/2009 8:42 AM, Emmanuel Lacour wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">On Wed, Oct 21, 2009 at 11:08:32AM -0400, [ ravi ] wrote:

      </pre>
      <blockquote type="cite">
        <pre wrap="">Hello all,

using Preferences -> Search options, I can add columns to the  
default
set that is displayed in RT search results. However, since this
setting is common to all queues, it seems that custom fields  
specific
to a queue are not listed in the Add Columns section. In other  
words,
there is no way to always have custom fields display in the search
results for a particular queue. Is this true? If so, is there a  
way out?


        </pre>
      </blockquote>
      <pre wrap="">the only way I now is to edit the savedsearch format itself in
"Advanced" and add the CF manually in the format, then saved again  
this
search.

'__CustomField.{cf_name}__/TITLE:cf_name',

_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>


      </pre>
    </blockquote>
    <pre wrap="">_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

  </pre>
</blockquote>
</body>
</html>