From 9dc7a1824be0a876b8f54e0edd4467d9a357e0cb Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 13 Apr 2019 15:49:07 -0700 Subject: [PATCH] Slightly more interesting example link --- docs/json_api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/json_api.rst b/docs/json_api.rst index 2606f3a036..cd034568f9 100644 --- a/docs/json_api.rst +++ b/docs/json_api.rst @@ -218,7 +218,7 @@ The Datasette table view takes a number of special querystring arguments: Some examples: - * `facetable?_where=state="MI"&_where=city_id=3 `__ + * `facetable?_where=neighborhood like "%c%"&_where=city_id=3 `__ * `facetable?_where=city_id in (select id from facet_cities where name != "Detroit") `__ ``?_group_count=COLUMN``