Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-11-14 | rewrite it in Haskell | stuebinm | 1 | -430/+0 | |
2023-11-05 | platform data bundle | stuebinm | 1 | -22/+88 | |
this is pretty low-effort, but it seems to work fine? | |||||
2023-10-30 | update gleam & deps | stuebinm | 1 | -97/+132 | |
2023-07-09 | allow _ for spaces | stuebinm | 1 | -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-09 | separate domains, fuzzy matching all-round | stuebinm | 1 | -104/+138 | |
2023-06-18 | add Leitpunkte | Johann150 | 1 | -13/+40 | |
(by johann150, with some modification by stuebinm) | |||||
2023-06-17 | refactor lookups to separate functions | Johann150 | 1 | -25/+38 | |
This allows them to be used separately. | |||||
2023-06-17 | drop CSV header | Johann150 | 1 | -0/+2 | |
2023-06-17 | blackhole favicon.ico requests | Johann150 | 1 | -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-11 | broken encoding in some stations | stuebinm | 1 | -1/+2 | |
with thanks to lis: https://mk.catgirlsfor.science/notes/9en6jb2ig8 | |||||
2023-05-11 | use haystack for search | stuebinm | 1 | -82/+127 | |
for some reason it doesn't find Karlsruhe, but basically everything else?? | |||||
2023-04-26 | url percent encoding & (naïve) fuzzy matching | stuebinm | 1 | -6/+111 | |