- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"More" link for facets that shows _facet_size=max results #1337
Comments
The tricky thing about this is that ideally I'd like this to link to a paginated set of results - but arbitrary SQL queries do not yet support pagination, see #856. |
Here's a much easier way to implement this: implement |
In order to cleanly implement this I need to expose the |
Turns out datasette/datasette/views/table.py Lines 897 to 900 in f1c29fd
|
Here's a demo showing that once you get above 1,000 results you still get the "..." but it no longer links to anything: https://fivethirtyeight.datasettes.com/fivethirtyeight/births%2FUS_births_2000-2014_SSA?_facet=births&_facet_size=max |
Original title: "More" link for facets that shows the full set of results
The simplest way to do this will be to have it link to a generated SQL query.
Originally posted by @simonw in #1332 (comment)
The text was updated successfully, but these errors were encountered: