On 02/05/2013 01:50 AM, Subin wrote: > This issue now seems to be with only 'updated' and 'newly' tickets. The > custom > string which I create by replying to tickets are not being returned via RT's > web search. But are being returned when searched from command line using > sphinx's 'search' binary.
Turn on RT's SQL statement logging via the StatementLog option: http://bestpractical.com/rt/docs/4.0/RT_Config.html#StatementLog and then either look at the log output or use Configuration → Tools → SQL queries (easier) to find the fulltext query. You'll see it queries the AttachmentsIndex table. You can run by hand the query RT is running to start seeing where the problem lies. -- Help improve RT by taking our user survey: https://www.surveymonkey.com/s/N23JW9T
