Talk:Full Text Search Portlet/@comment-62.28.152.71-20140903160110: Difference between revisions

From Request Tracker Wiki
Jump to navigation Jump to search
(Created page with "I have the IR module installed on my RT, and when I try to do a search by filling in the Text field and select the Queue "Incident Reports", do not get any results, because th...")
 
m (1 revision imported)
 
(No difference)

Latest revision as of 15:52, 6 April 2016

I have the IR module installed on my RT, and when I try to do a search by filling in the Text field and select the Queue "Incident Reports", do not get any results, because the name of the queue is broken and is added to the subject field:

( Content LIKE 'Test' ) AND ( Queue = 'Incident' ) AND ( Subject LIKE 'Reports' )

And the correct query should be:


( Content LIKE 'Test' ) AND ( Queue = 'Incident Reports' )

I'm using RT 4.0.21 and 3.0.2 IR - In CentOS 6.5.

Any idea how to solve this issue?

Thank you.

John