othmar52 / slimpd

PHP/JS based MPD-web-client for large music collections
GNU Affero General Public License v3.0
41 stars 11 forks source link

autocomplete does not work on exact matches #43

Closed othmar52 closed 8 years ago

othmar52 commented 8 years ago

when typing michael jaxxson in searchfield the autocomplete widget shows correct suggested matches

but when typing the correct term michael jackson the autocomplete disappears

the correspondending ajax request http://<slimpd>/autocomplete/all/?q=michael%20jackson shows an error PDOStatement::execute(): MySQL server has gone away

installed sphinx version is 2.2.10

othmar52 commented 8 years ago

updating sphinx to 2.2.11 resolves the problem