home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1114036946

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-1114036946 https://api.github.com/repos/simonw/datasette/issues/1729 1114036946 IC_kwDOBm6k_c5CZtrS 9599 2022-04-30T18:56:25Z 2022-04-30T19:04:03Z OWNER

Related: - #1558

Which talks about how there was confusion in this example: https://latest.datasette.io/fixtures/facetable.json?_facet=created&_facet_date=created&_facet=tags&_facet_array=tags&_nosuggest=1&_size=0

Which I fixed in #625 by introducing tags and tags_2 keys, but actually the facet results would be better if they were a list rather than a dictionary.

{
    "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 0.991ms · About: github-to-sqlite