-
Notifications
You must be signed in to change notification settings - Fork 7
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
Doesn't work with hapi v18 #22
Comments
Hey @mweibel thanks for the pointer and sorry about the delay, I had not time to look at this deeply today, but if the integration with QS in Hapi v18 is so easy I'd say that does not worth having this plugin anymore and so it worth deprecating it. Will look into it in the following weeks. Thanks a lot. |
I think this module is still needed. From https://hapi.dev/api?v=20.2.0#-serveroptionsqueryparser
so it looks like hapi doeas not allow nested objects. It just allows format like this:
|
this seems to work
|
Release notes: hapijs/hapi#3871
I assume this package can be deprecated and alternatively the change to the query parser suggested?
The v18 way would be:
The text was updated successfully, but these errors were encountered: