docs: add asterisk character to reserved characters list
The `*` character is a reserved character in the postgrest url grammar but we didn't mention it in the docs. Now added. Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
committed by
Steve Chavez
parent
4b8dec8901
commit
d905592115
@@ -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