-
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
Filter by null
values
#757
Comments
Are you sure that it works with GET? I wasn't aware that we ever implemented support for querying |
SILO supports it:
|
Ah okay, that's super cool! Then, it certainly would be nice to fix the POST request and make it fully work. Priority-wise, after #754? |
fengelniederhammer
added
bug
Something isn't working
LAPIS
Tasks/PR related to LAPIS
labels
Apr 24, 2024
1 task
Just a reminder from #755: Null can not be entered on boolean columns in GET requests. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It should be possible to filter for
null
valued fields.I just checked on the Loculus Ebola instance:
For GET requests it seems to work:
GET /sample/details?accessionVersion=LOC_0001D2F.1&ncbi_is_lab_host=
yields a result.Taken from this swagger request:
For POST it does not
yields no result.
yields the same result as the GET request.
Expected behavior
null
. This should be possible for every sequence filter field that LAPIS offers.The text was updated successfully, but these errors were encountered: