nicolaslopezj/searchable
在 GitHub 查看Column not found: 1054 Unknown column 'relevance' in 'having clause'
Open
#39 建立於 2015年4月14日
bughelp wanted
描述
Just installed the trait, did a basic search:
php $files = File::search($input['query'])->paginate(10);
First a PDO Exception:
PDOException in Connection.php line 288: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'relevance' in 'having clause'
QueryException in Connection.php line 620: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'relevance' in 'having clause' (SQL: select count(*) as aggregate from filesgroup byfiles.id having relevance > 5.75)