nicolaslopezj/searchable

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

Offen

#39 geöffnet am 14.04.2015

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)PHP (292 Forks)user submission
bughelp wanted

Repository-Metriken

Stars
 (1.999 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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