-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
SBB-TUI has a feature that allows a user to start writing a station name in one of the input fields and then get a suggestion, such as Gen suggests ève in Ghost Text ("Genève").
Unfortunately appart from case insensitivity, it doesn't currently have much flexibility.
- If a user writes
Zurit won't suggestich("Zürich") because it expected the user to writeZür. - If a user writes
Lausanne Flit won't suggeston("Lausanne Flon") because it expected the user to writeLausanne, Fl.
Fortunately, the API works really well with that, querying zurich or lausanne%20flon or lausanne,flon or even lausanneflon works, so this really should just be a question of "how" we're putting the string in the query, or how it's sending it.
This should be an easy PR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed