Open
0 of 2 issues completedDescription
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.