tuwien2020 / tgi-pages

Open tools for the TGI course at the TU Vienna
https://tuwien2020.github.io/tgi-pages/#/
The Unlicense
12 stars 5 forks source link

Fancier navigation #49

Closed stefnotch closed 2 years ago

stefnotch commented 2 years ago
Fancy11111 commented 2 years ago

Is this a todo for launch, or something we can push to backlog? Also, could you expand on fuzzy search?

Fancy11111 commented 2 years ago

Although, those features should not take tooo long

stefnotch commented 2 years ago

Is this a todo for launch, or something we can push to backlog? Also, could you expand on fuzzy search?

We can totally push it to the backlog.

The simplest variant of fuzzy search basically just checks if words are similar enough using the https://en.wikipedia.org/wiki/Levenshtein_distance Of course fancier, better variants are also an option https://stackoverflow.com/questions/23305000/javascript-fuzzy-search-that-makes-sense

Fancy11111 commented 2 years ago

Copied from Pull Request: I have not found a feasible way to make enter also navigate to the page thats selected. For now I'm happy with how it work, if someone has an idea please let me know. For now I'll extract it to its own issue and move it to backlog