home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1114038259

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/1729#issuecomment-1114038259 https://api.github.com/repos/simonw/datasette/issues/1729 1114038259 IC_kwDOBm6k_c5CZt_z 9599 2022-04-30T19:06:03Z 2022-04-30T19:06:03Z OWNER

but actually the facet results would be better if they were a list rather than a dictionary

I think facet_results in the JSON should match this (used by the HTML) instead:

https://github.com/simonw/datasette/blob/942411ef946e9a34a2094944d3423cddad27efd3/datasette/views/table.py#L737-L741

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