mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Test and docs for ?_facet_size=max, refs #1337
This commit is contained in:
parent
7e983fede6
commit
4545120c92
2 changed files with 7 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ Special table arguments
|
|||
Facet by column. Can be applied multiple times, see :ref:`facets`. Only works on the default JSON output, not on any of the custom shapes.
|
||||
|
||||
``?_facet_size=100``
|
||||
Increase the number of facet results returned for each facet.
|
||||
Increase the number of facet results returned for each facet. Use ``?_facet_size=max`` for the maximum available size, determined by :ref:`setting_max_returned_rows`.
|
||||
|
||||
``?_trace=1``
|
||||
Turns on tracing for this page: SQL queries executed during the request will
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue