home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1314821337

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1890#issuecomment-1314821337 https://api.github.com/repos/simonw/datasette/issues/1890 1314821337 IC_kwDOBm6k_c5OXpTZ 9599 2022-11-15T06:08:19Z 2022-11-15T06:08:19Z OWNER

Oh interesting... this doesn't even need to be attached to the visible faceting feature, necessarily: Datasette could try to detect when a column has a limited number of options (which the faceting code handles already) and could turn those into an auto-complete interface.

There's actually a native HTML element for this these days: the <datalist> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1448143294  
Powered by Datasette · Queries took 0.819ms · About: github-to-sqlite