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

Add function to get a list of all query values for a specific key #23

Open
m1h43l opened this issue Oct 18, 2018 · 0 comments
Open

Add function to get a list of all query values for a specific key #23

m1h43l opened this issue Oct 18, 2018 · 0 comments

Comments

@m1h43l
Copy link
Collaborator

m1h43l commented Oct 18, 2018

We need a function which returns a list (or in worst case an array) of query string values.

http://localhost/postalcodes?id=32423&id=32425&id=32429&city=Minden&country=Germany

Function suggestion:

list  il_getParmList(request : 'id');

or

array  il_getParmList(request : 'id');
@m1h43l m1h43l changed the title Add function to get a list of all query value for a specific key Add function to get a list of all query values for a specific key Oct 20, 2018
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

No branches or pull requests

1 participant