Add reference for filtering on json column

Fixes https://github.com/PostgREST/postgrest-docs/issues/266
This commit is contained in:
steve-chavez
2020-04-01 11:36:28 -05:00
parent b7ee8f1cf0
commit 9f5ab4a8ba
2 changed files with 28 additions and 3 deletions
+4 -2
View File
@@ -30,9 +30,11 @@ Added
+ Allow overriding provided headers(Content-Type, Location, etc) by :ref:`guc_resp_hdrs`
+ Access to the ``Authorization`` header value through ``request.header.authorization``
* Documentation reference for :ref:`s_proc_embed`.
* Documentation improvements
* Documentation reference for :ref:`mutation_embed`.
+ Reference for :ref:`s_proc_embed`.
+ Reference for :ref:`mutation_embed`.
+ Reference for filters on :ref:`json_columns`.
Fixed
-----