home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 996146762

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/625#issuecomment-996146762 https://api.github.com/repos/simonw/datasette/issues/625 996146762 IC_kwDOBm6k_c47X_5K 9599 2021-12-16T19:51:44Z 2021-12-16T19:51:44Z OWNER

Here's where facet_results is built up: https://github.com/simonw/datasette/blob/992496f2611a72bd51e94bfd0b17c1d84e732487/datasette/views/table.py#L752-L758

So the decision to key things based on column name is actually embedded deep in the existing facet classes here:

https://github.com/simonw/datasette/blob/992496f2611a72bd51e94bfd0b17c1d84e732487/datasette/facets.py#L224-L226

https://github.com/simonw/datasette/blob/992496f2611a72bd51e94bfd0b17c1d84e732487/datasette/facets.py#L395-L397

https://github.com/simonw/datasette/blob/992496f2611a72bd51e94bfd0b17c1d84e732487/datasette/facets.py#L510-L512

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