home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 388784787

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/255#issuecomment-388784787 https://api.github.com/repos/simonw/datasette/issues/255 388784787 MDEyOklzc3VlQ29tbWVudDM4ODc4NDc4Nw== 9599 2018-05-14T11:28:05Z 2018-05-14T11:28:05Z OWNER

To decide which facets to suggest: for each column, is the unique value count less than the number of rows matching the current query or is it less than 20 (if we are showing more than 20 rows)?

Maybe only do this if there are less than ten non-float columns. Or always try for foreign keys and booleans, then if there are none of those try indexed text and integer fields, then finally try non-indexed text and integer fields but only if there are less than ten.

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