Skip to content
Discussion options

You must be logged in to vote

Sending /table?column=eq.0.25 works, but that seems to violate the URL grammar.

@sproctor The above should be fine, after the . every char is accepted. There's an undocumented ABNF here:

operation = ["not."] (operator "." val / "in." in-val)
val = *CHAR
PostgREST/postgrest-docs#228 (comment)

I do understand the confusion, on #2066 we discussed changing the operator to the left (like /table?column.eq=0.25), which also has other advantages.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sproctor
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
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