Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(arrays): fix arrays handling when building filter query before calling navitia APIs #64

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

jonperron
Copy link
Owner

Navitia APIs does not accept list as args (foo[]=[bar, fuzz]).

This PR update the _generate_filter_query method to return supported query string (foo[]=bar&foo[]=fuzz).

…lling navitia APIs

Navitia APIs does not accept list as args (foo=[bar, fuzz]).
This PR update the _generate_filter_query method to return supported query string (foo[]=bar&foo[]=fuzz)
@jonperron jonperron merged commit 8fa3e33 into main Jun 9, 2024
4 checks passed
@jonperron jonperron deleted the fix/poi_infos branch June 9, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant