-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Right now the program's accepted inputs are too specific. For example:
- GO stations must have the "GO" suffix attached (for example, searching "Milton" yields an error, but searching "Milton GO" yields the desired effect
- Stations with unusually long names must be typed in exact case ("Durham College Oshawa GO" must be typed; "Oshawa GO" or "Oshawa" do not work)
- Input is case-sensitive
Solutions:
- Create 'search shortcuts' for stations (e.g.: searching 'Milton' yields results for 'Milton GO')
- This would require creating an automatic search predicton engine/algorithm.
- Compare the input names to the names in
stopDatausing lowercase
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request