nicolaslopezj/searchable
Column not found: 1054 Unknown column 'relevance' in 'having clause'
開放
#39 建立於 2015年4月14日
bughelp wanted
倉庫指標
- 星標
- (1,999 顆星)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
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)