Skip to content

How can I make a query to search for empty strings? #3035

Closed Answered by steve-chavez
akshaysasidrn asked this question in Q&A
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@akshaysasidrn
Comment options

Answer selected by akshaysasidrn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants