-
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
feat: allow filtering for null #760
Conversation
Currrently this PR is waiting on SILO to handle null values in float filters. |
@fengelniederhammer Do we want to explicitly show in Swagger that null is a valid filter value? |
c15eeef
to
1a58e67
Compare
Would be good, does Swagger have good support for nullable types? Or is it that "not required" means "nullable" in Swagger? |
82a8e61
to
72b426a
Compare
e4d31ce
to
2795e76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
lapis2/src/test/kotlin/org/genspectrum/lapis/model/SiloFilterExpressionMapperTest.kt
Outdated
Show resolved
Hide resolved
lapis2/src/test/kotlin/org/genspectrum/lapis/silo/SiloQueryTest.kt
Outdated
Show resolved
Hide resolved
lapis2/src/main/kotlin/org/genspectrum/lapis/model/SiloFilterExpressionMapper.kt
Show resolved
Hide resolved
lapis2/src/main/kotlin/org/genspectrum/lapis/model/SiloFilterExpressionMapper.kt
Outdated
Show resolved
Hide resolved
6f64c53
to
7bfac55
Compare
- except pango lineage wip: swagger ui
7bfac55
to
0e05988
Compare
resolves #757
Description
Allows all filters in GET and POST requests to be null (except pango lineage)
PR Checklist