How can I make a query to search for empty strings? #3035
-
The question is quite trivial, but I'm not able to figure this out. When I try to query like this: It searches for exact quotes within strings |
Beta Was this translation helpful? Give feedback.
Answered by
steve-chavez
Nov 1, 2023
Replies: 1 comment 1 reply
-
Try it like: curl 'localhost:3000/projects?name=eq.'
[{"id":333,"name":"","client_id":null}] I can confirm that it works and finds the empty string. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
akshaysasidrn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try it like:
I can confirm that it works and finds the empty string.