-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Firstly, nice module!
But for me, dvb.findStop isn't working 100%.
For example:
const data = await dvb.findStop(trimmedQuery);
const filteredStops = data.filter(stop =>
stop.city === 'Dresden' && stop.name.toLowerCase().includes(trimmedQuery.toLowerCase())
);currently making a react-native py backend app playing a bit arround :))
When my trimmed query is ("ber") I do not find Berthold-HauptStraße.
Thx alot!
Metadata
Metadata
Assignees
Labels
No labels