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

The request property is request.query_string so this is more consistent.
This commit is contained in:
Simon Willison 2021-01-11 13:33:54 -08:00
commit ef2ecc1b89
12 changed files with 30 additions and 30 deletions

View file

@ -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 can be specified in two ways: using query string parameters, or in ``metadata.json`` configuration for the table.
Facets in query strings 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:: 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::