docs: clarify postgrest reserved characters in url grammar
Fixes a typo in the documentation where it said that `()` is a reserved character, when we actually meant to say that `(` and `)` are reserved characters. Related discussion in #4254. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
committed by
Steve Chavez
parent
379eaec8e0
commit
4b8dec8901
@@ -51,7 +51,7 @@ You can request table/columns with spaces in them by percent encoding the spaces
|
|||||||
Reserved characters
|
Reserved characters
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
If filters include PostgREST reserved characters(``,``, ``.``, ``:``, ``()``) you'll have to surround them in percent encoded double quotes ``%22`` for correct processing.
|
If filters include PostgREST reserved characters(``,``, ``.``, ``:``, ``(``, ``)``) you'll have to surround them in percent encoded double quotes ``%22`` for correct processing.
|
||||||
|
|
||||||
Here ``Hebdon,John`` and ``Williams,Mary`` are values.
|
Here ``Hebdon,John`` and ``Williams,Mary`` are values.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user