Replies: 1 comment 1 reply
-
converted to discussion. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
I have a queryString filter parameter
filters[is_active]
I wanna define validation
'filters.is_active' => ['boolean']
But it does not work as expected when I pass parameter
false
it saysThe filters.is active field must be true or false.
Well I guess it does not work with
query-string
only withPOST
request ((|I think we should change this behavior
Steps To Reproduce:
Create a route and define validation there
Send queryString filters[is_active]=false
Beta Was this translation helpful? Give feedback.
All reactions