mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
?_facet_size=100 parameter, closes #1332
This commit is contained in:
parent
5e9672c9bb
commit
9789b94da4
5 changed files with 73 additions and 4 deletions
|
|
@ -619,6 +619,7 @@ Each Facet subclass implements a new type of facet operation. The class should l
|
|||
# using self.sql and self.params as the starting point
|
||||
facet_results = {}
|
||||
facets_timed_out = []
|
||||
facet_size = self.get_facet_size()
|
||||
# Do some calculations here...
|
||||
for column in columns_selected_for_facet:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue