diff --git a/docs/references/api/url_grammar.rst b/docs/references/api/url_grammar.rst index 36731f7d4..850468bdb 100644 --- a/docs/references/api/url_grammar.rst +++ b/docs/references/api/url_grammar.rst @@ -51,7 +51,7 @@ You can request table/columns with spaces in them by percent encoding the spaces 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.