f-klubben / fappen

F-Klub web-app
Other
2 stars 2 forks source link

Search in songbook #36

Closed LowkeyCoding closed 2 years ago

LowkeyCoding commented 2 years ago

Added simple search functionality for the song book. By default songs are sorted in the order they are processed when converting to html. When searching they are sorted by the smallest score calculated using levenshtein distance.

Closes #5