Add support for 'keywords' key in .accomplishment files
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Accomplishments Daemon |
Fix Committed
|
Medium
|
Rafał Cieślak | ||
Ubuntu Accomplishments Viewer |
Fix Committed
|
Medium
|
Rafał Cieślak |
Bug Description
As we want to implement search feature in the viewer for 0.4, the .accomplishment files would ideally consist of an additional key: 'keywords'. It would be a list of possible search terms for this accomplishment. For example, for ubuntu-
keywords = cc, governance, comunity
This way it would satisfy almost all search queries that one might type in the search bar, which are not included in accomplishment's title. The above example also includes a common typo.
Such mechanism would cause more relevant search results, and is much faster then processing all these long descriptions (which may happen not to contain some synonyms - like 'askubuntu' in Ask Ubuntu accomplishments).
Ideally, that field would be translatable.
description: | updated |
Changed in ubuntu-accomplishments-daemon: | |
assignee: | nobody → Rafal Cieślak (rafalcieslak256) |
Changed in ubuntu-accomplishments-viewer: | |
assignee: | nobody → Rafal Cieślak (rafalcieslak256) |
Changed in ubuntu-accomplishments-daemon: | |
status: | New → In Progress |
Changed in ubuntu-accomplishments-viewer: | |
status: | New → In Progress |
importance: | Undecided → Medium |
Changed in ubuntu-accomplishments-daemon: | |
status: | In Progress → Fix Committed |
Changed in ubuntu-accomplishments-viewer: | |
status: | In Progress → Fix Committed |
milestone: | none → 0.4 |