From adfcec51d6ad4bb3c8f7f0592f481f3ab5d4e663 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 4 Jan 2023 16:47:47 -0800 Subject: [PATCH] Fixed broken example links in _where= docs --- docs/json_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.