1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00
Commit Graph

8 Commits

Author SHA1 Message Date
rszyma
270a604d09 cheat-sheet: don't show nfc icons on empty search 2023-05-30 19:13:12 +02:00
rszyma
5d1ccc69ab cheat-sheet: add more negative boost for old icons 2023-05-30 19:13:12 +02:00
rszyma
2360483964 cheat-sheet: boost the part after last - 2023-05-30 19:13:12 +02:00
rszyma
d2503caa4a cheat-sheet: fix negative boost for removed icons 2023-05-30 19:13:12 +02:00
Fini Jastrow
b068b08653 cheat-sheet: Sort the results
[why]
Often it is easier to find what one wants if the search result is
sorted.

[how]
Do a full result sort.
* Sort by id (class name)
* Put removed icons last

We do not need the boost function anymore, so that pre-sorting is
removed.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:13:12 +02:00
Fini Jastrow
b42a1b82e6 cheat-sheet: Allow incomplete searches
[why]
Sometimes one does not know what the exact search term is.
For example if you want to find a 'homefolder' but the name is
'homedirectory' it is impossible to find.

[how]
Allow prefix search, in this case at least 'home' will find both
variants.
I do believe a full substring search would be even better, but that is
not supported by minisearch.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:13:12 +02:00
Fini Jastrow
c06a149c9c cheat_sheet: Sort removed icons last
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
2023-05-30 19:13:12 +02:00
rszyma
156981d8f2 fix: cheatsheet page performance 2023-05-30 19:13:12 +02:00