We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Firstly, nice module!
But for me, dvb.findStop isn't working 100%.
dvb.findStop
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Firstly, nice module!
But for me,
dvb.findStop
isn'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!
The text was updated successfully, but these errors were encountered: