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!
Firstly, nice module!
But for me,
dvb.findStopisn't working 100%.For example:
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!