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

From Request Tracker Wiki
Revision as of 11:01, 3 September 2014 by 62.28.152.71 (talk) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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