summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rewrite it in Haskellstuebinm2023-11-141-430/+0
|
* platform data bundlestuebinm2023-11-051-22/+88
| | | | this is pretty low-effort, but it seems to work fine?
* update gleam & depsstuebinm2023-10-301-97/+132
|
* allow _ for spacesstuebinm2023-07-091-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-roundstuebinm2023-07-091-104/+138
|
* add LeitpunkteJohann1502023-06-181-13/+40
| | | | (by johann150, with some modification by stuebinm)
* refactor lookups to separate functionsJohann1502023-06-171-25/+38
| | | | This allows them to be used separately.
* drop CSV headerJohann1502023-06-171-0/+2
|
* blackhole favicon.ico requestsJohann1502023-06-171-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 stationsstuebinm2023-05-111-1/+2
| | | | with thanks to lis: https://mk.catgirlsfor.science/notes/9en6jb2ig8
* use haystack for searchstuebinm2023-05-111-82/+127
| | | | for some reason it doesn't find Karlsruhe, but basically everything else??
* url percent encoding & (naïve) fuzzy matchingstuebinm2023-04-261-6/+111
|
* initial commitstuebinm2023-04-221-0/+98