API Platform version(s) affected: 4.3
Description
When I try to remove the API Filters from my resources and replace them with parameters in my GetCollection operations, the API documentation no longer allows searching by a string, only by string[].
However, the code itself remains functional; I can still send strings or string[] objects. It's just that the API documentation is missing an input field.
Before
company & company[] is present
After
company[] is present or not company

