nicolaslopezj/searchable

Column not found: 1054 Unknown column 'relevance' in 'having clause'

Open

#39 opened on Apr 14, 2015

View on GitHub
 (5 comments) (0 reactions) (0 assignees)PHP (1,999 stars) (292 forks)user submission
bughelp wanted

Description

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)

Contributor guide