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

Conflict between the filtering operations' description and ability to take empty values #52

Open
theophile-scrive opened this issue Aug 30, 2023 · 0 comments

Comments

@theophile-scrive
Copy link
Contributor

When reading the code for autoFilterDesc, I read the following:

"NB: Specifying filtering operation is mandatory for this parameter!"

(line 75)

However I also read in filterOpenApiParam the following:

O._paramAllowEmptyValue = Just True

(line 45)

From a cursory look this looks like a contradiction. Is there a reasoning for it? I can submit a fix if you wish to change either the description or the OpenAPI (and Swagger) documentation.

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