Standardize on 'query string', not 'querystring', in docs

The request property is request.query_string so this is more consistent.
pull/1204/head
Simon Willison 2021-01-11 13:33:54 -08:00
rodzic 649f48cd70
commit ef2ecc1b89
12 zmienionych plików z 30 dodań i 30 usunięć

Wyświetl plik

@ -10,7 +10,7 @@ Datasette facets can be used to add a faceted browse interface to any database t
Facets can be specified in two ways: using query string parameters, or in ``metadata.json`` configuration for the table.
Facets in query strings
----------------------
-----------------------
To turn on faceting for specific columns on a Datasette table view, add one or more ``_facet=COLUMN`` parameters to the URL. For example, if you want to turn on facets for the ``city_id`` and ``state`` columns, construct a URL that looks like this::