diff --git a/docs/json_api.rst b/docs/json_api.rst index 80b57490..6e24f3de 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -344,8 +344,8 @@ Special table arguments Some examples: - * `facetable?_where=neighborhood like "%c%"&_where=city_id=3 `__ - * `facetable?_where=city_id in (select id from facet_cities where name != "Detroit") `__ + * `facetable?_where=_neighborhood like "%c%"&_where=_city_id=3 `__ + * `facetable?_where=_city_id in (select id from facet_cities where name != "Detroit") `__ ``?_through={json}`` This can be used to filter rows via a join against another table.