Guest
05 Jan 2014 09:28

Since the latest update my search seems broken. I've already reindexed with the Tool but it still doesn't work.

It works when I search just for numbers, e.g. 20140105. But whenever I search for a Text, e.g. "test" I get the following error:

Error 1054

Unknown column 'test' in 'where clause' SQL=SELECT * FROM jomkas_js_res_record WHERE published = 1 AND section_id IN (1,2,3,5,8,9,11,10,12) AND MATCH (fieldsdata) AGAINST (+test IN BOOLEAN MODE) AND fieldsdata LIKE '%test%' ORDER BY ctime DESC LIMIT 0, 50

Is this error Cobalt related? I've also recently updated to Joomla 3.2.1, may be that there is the problem?

Has anyone an idea?

Last Modified: 02 Mar 2014


Sergey
Total posts: 13,748
06 Jan 2014 01:19

Yes this is error. (+test IN BOOLEAN MODE) should be ('+test' IN BOOLEAN MODE)

I have fixed plugin for next update.

Powered by Cobalt