[rt-users] Add new column to quick search

Ruslan Zakirov ruz at bestpractical.com
Thu Jul 12 07:47:35 EDT 2012


On Thu, Jul 12, 2012 at 2:26 PM, Asanka Gunasekera
<asanka_gunasekera at yahoo.co.uk> wrote:
> Hi I am using RT 4 and I need to add new column that would show all resolved
> ticket count to "quick Search" and I could not find any place that would
> give me some step by step instruction how to do this
>
> Can some one point me how do this

I think only in code and I wouldn't recommend it. Think twice. Do you
really need this number?

In RT4 "Quick search" is implemented in two components, layout is
slightly different. One
component limits statuses in SQL, another does not. With large
databases difference is 0.001s vs.
1s correspondingly. We have a branch that fixes this.

If you add resolved to the list then with each day quick search will
be slower. It's not very cachable
as each user has his own result depending on his rights.

> Thanks and Regards



-- 
Best regards, Ruslan.



More information about the rt-users mailing list