Skip to content

Improve local playlist search algorithm #13

Open
0 of 2 issues completed
Open
0 of 2 issues completed
@brainwo

Description

@brainwo

Currently the search algorithm in Saved Playlist and History only checks for matching substring. While this feature is functioning, there are still many rooms for improvements. Such improvement includes:

  • Multi keyword search: take spaces as new keyword to compare, perhaps in the way that resembles fuzzy finder.
  • Non alphabetical tokens: support typing romanjinized keywords for non-alphabetical words. This will also allows furigana, katakana, and hiragana to be matched to any Japanese words.
  • Data clean up: as for now, there are too many noises from just transforming the search object into comparable strings. Data should be only relevant to the searching algorithm.

Sub-issues

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions