Comment 2 for bug 1196139

Revision history for this message
Mathieu Comandon (strycore) wrote : Re: (website) Improve multi-words game searches

the current search makes a simple SQL query in the form of `select * from game where name like "%query%"`, it is planned to use a real search engine using django-haystack with a backend such as elastic search or solr.