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)