Search code examples
ruby-on-railssphinxthinking-sphinxmysql-error-1052

Thinking Sphinx : Error : While Indexing. It says column ambigous


indexing index 'users_core'...
ERROR: index 'users_core': sql_range_query: Column 'searchable' in where clause is ambiguous (DSN=mysql://root:*@localhost:3306/myname).

cant i use the searchable keyword . is it reserved ?


Solution

  • Do you join multiple tables, and more than one column is named searchable?