(website) Implement search feature with Haystack and elastic search

Bug #1196139 reported by Xodetaetl
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Lutris
Triaged
Undecided
Unassigned

Bug Description

When searching for "quake ground", the search algorithm should come up with "Quake 2: Ground zero" and any game that has both terms in any order. Currently it searches for the exact string.

Revision history for this message
Xodetaetl (ovocean) wrote :

Can't set it as feature request.

Revision history for this message
Mathieu Comandon (strycore) wrote :

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.

Changed in lutris:
status: New → Triaged
summary: - (website) Improve multi-words game searches
+ (website) Implement search feature with Haystack and elastic search
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.