Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default to level=0 if tag not present | stuebinm | 2023-11-14 | 1 | -1/+1 |
| | | | | seems to give slightly better results | ||||
* | re-add help text | stuebinm | 2023-11-14 | 1 | -1/+7 |
| | | | | whoops, forgot this bit | ||||
* | sort platforms by level/layer | stuebinm | 2023-11-14 | 1 | -3/+11 |
| | |||||
* | rewrite it in Haskell | stuebinm | 2023-11-14 | 11 | -7016/+609 |
| | |||||
* | platforms: update (also use local_ref) | stuebinm | 2023-11-06 | 1 | -0/+498 |
| | |||||
* | platform data bundle | stuebinm | 2023-11-05 | 6 | -28/+29676 |
| | | | | this is pretty low-effort, but it seems to work fine? | ||||
* | update gleam & deps | stuebinm | 2023-10-30 | 2 | -116/+151 |
| | |||||
* | 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 | 3 | -13/+696 |
| | | | | (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 | 3 | -85/+136 |
| | | | | for some reason it doesn't find Karlsruhe, but basically everything else?? | ||||
* | url percent encoding & (naïve) fuzzy matching | stuebinm | 2023-04-26 | 4 | -6/+170 |
| | |||||
* | initial commit | stuebinm | 2023-04-22 | 2 | -0/+99 |