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