Default format of quick search

Is there somewhere to change the default format of the quick search for all users?

Is there somewhere to change the default format of the quick search for all users?

Do you mean the Simple Search in the upper right corner of RT which
you could change with the DefaultSearchResultFormat config option or
do you mean the Queue/ticket listing on the homepage? You’d need to
tell us about what you want to change.

-kevin

Is there somewhere to change the default format of the quick search for all users?

Do you mean the Simple Search in the upper right corner of RT which you could change with the DefaultSearchResultFormat config option or do you mean the Queue/ticket listing on the homepage? You’d need to tell us about what you want to change.

-kevin

-----End–Original–Message-----

I am using RT 4.06. I did find a few ways to edit the build in searches by trying to edit them and then clicking on the link above that would say something like edit original search “search name”. But I am mostly trying to change the look of the results that come back from the quick search widget that is located on the right by default. Where do I find the DefaultSearchResultsFormat config option?

What are are trying to have would be something like?

id/TITLE:#',
CustomField.{ClientOrganization}’,
Status’,
Subject/TITLE:Subject’,
QueueName’,
TimeWorked’,
LastUpdatedBy’,
NEWLINE’,
‘’,
Requestors’,
OwnerName’,
NBSP’,
CreatedRelative’,
CustomField.{TimeWorkedOverride}’,
LastUpdatedRelative

Does the DefaultSearchResultsFormat config options also contain the default sort options? Is there also a way to remove user customizations that have been made to the formatting to see the new formatting? Thanks,

/Josh

Is there somewhere to change the default format of the quick search for all users?

Do you mean the Simple Search in the upper right corner of RT which
you could change with the DefaultSearchResultFormat config option or
do you mean the Queue/ticket listing on the homepage? You’d need to
tell us about what you want to change.

-----End–Original–Message-----

I am using RT 4.06. I did find a few ways to edit the build in
searches by trying to edit them and then clicking on the link above
that would say something like edit original search “search name”. But
I am mostly trying to change the look of the results that come back
from the quick search widget that is located on the right by default.
Where do I find the DefaultSearchResultsFormat config option?

DefaultSearchResultsFormat is defined and documents in RT_Config.pm,
you make local modifications to it in RT_SiteConfig.pm. You can
easily add the format below to it. It will affect the default for all
new searches. Clearing user formats would require database level
cleanups, and unfortunately DefaultSearchResultsFormat does not affect
the sorting.