Comments on Search function not working in a new instance
Post
Search function not working in a new instance Question
+2
−0
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?

1 comment thread