summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-11-14rewrite it in Haskellstuebinm1-430/+0
2023-11-05platform data bundlestuebinm1-22/+88
this is pretty low-effort, but it seems to work fine?
2023-10-30update gleam & depsstuebinm1-97/+132
2023-07-09allow _ for spacesstuebinm1-0/+2
(easier to use in browsers/shells where spaces lead to unwanted behaviour, e.g. starting a search or ending an argument)
2023-07-09separate domains, fuzzy matching all-roundstuebinm1-104/+138
2023-06-18add LeitpunkteJohann1501-13/+40
(by johann150, with some modification by stuebinm)
2023-06-17refactor lookups to separate functionsJohann1501-25/+38
This allows them to be used separately.
2023-06-17drop CSV headerJohann1501-0/+2
2023-06-17blackhole favicon.ico requestsJohann1501-0/+2
It is not necessary to do anything for these kinds of requests, so instead of making the fuzzy search do stuff, just blackhole these requests.
2023-05-11broken encoding in some stationsstuebinm1-1/+2
with thanks to lis: https://mk.catgirlsfor.science/notes/9en6jb2ig8
2023-05-11use haystack for searchstuebinm1-82/+127
for some reason it doesn't find Karlsruhe, but basically everything else??
2023-04-26url percent encoding & (naïve) fuzzy matchingstuebinm1-6/+111