iRail / stations

A list of all the Belgian stations and their properties used within the iRail project
http://irail.be/stations/NMBS
30 stars 20 forks source link

Can't find Marne-la-Vallée - Chessy by name #128

Closed Bertware closed 6 years ago

Bertware commented 6 years ago

Station Marne-la-Vallée - Chessy can't be found when searching for the exact name.

Reason: the " - " gets replaced by some weird "[- ]" sequency. This only happens to $query, and not to $testStationName. When applying this to $testStationName, everything breaks

Fix: use a regex to replace every combination of dashes and spaces with a space, both on $query and $testStationName.