Ability to set custom table/view page size in metadata, closes #751

This commit is contained in:
Simon Willison 2020-05-27 22:00:04 -07:00
commit 75cd432e5a
4 changed files with 27 additions and 3 deletions

View file

@ -305,6 +305,7 @@ METADATA = {
},
"attraction_characteristic": {"sort_desc": "pk"},
"facet_cities": {"sort": "name"},
"paginated_view": {"size": 25},
},
"queries": {
"𝐜𝐢𝐭𝐢𝐞𝐬": "select id, name from facet_cities order by id limit 1;",