Replies: 1 comment 2 replies
-
Could you provide me a test showing this behavior? Then I can take a further look, this should normally work and is fully tested in the package so a bit strange that this case would fail. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am tinkering with laravel data validations and have following setup:
Controller:
When I provide a search term that is too short, I get
ERR to many redirects error
in the browser. When I provide a table that is not in the array, a CatalogSearchRequest will be created anyway and fallback to countries. Shouldn't a validation error be thrown? Am I missing something?Thx!
Beta Was this translation helpful? Give feedback.
All reactions