Post History
I have successfully set up QPixel on my local machine, but any attempt to use the "Search" function fails with "Your search syntax is incorrect.". I found out that this is caused by an exception i...
#1: Initial revision
Search function not working in a new instance
I have successfully set up QPixel on my local machine, but any attempt to use the "Search" function fails with "Your search syntax is incorrect.". I found out that this is caused by an exception in `app/controllers/search_controller.rb`, that contains the message: "`Error: Mysql2::Error: Can't find FULLTEXT index matching the column list`" I understand that I need to setup a FULLTEXT index on a table in the database, as it was not done automatically during the installation. How to do that?
