Skip to content

Commit

Permalink
Slightly more interesting example link
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Apr 13, 2019
1 parent d4bfb84 commit 9dc7a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://latest.datasette.io/fixtures/facetable?_where=state=%22MI%22&_where=city_id=3>`__
* `facetable?_where=neighborhood like "%c%"&_where=city_id=3 <https://latest.datasette.io/fixtures/facetable?_where=neighborhood%20like%20%22%c%%22&_where=city_id=3>`__
* `facetable?_where=city_id in (select id from facet_cities where name != "Detroit") <https://latest.datasette.io/fixtures/facetable?_where=city_id%20in%20(select%20id%20from%20facet_cities%20where%20name%20!=%20%22Detroit%22)>`__

``?_group_count=COLUMN``
Expand Down

0 comments on commit 9dc7a18

Please sign in to comment.