home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 996134716

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/1558#issuecomment-996134716 https://api.github.com/repos/simonw/datasette/issues/1558 996134716 IC_kwDOBm6k_c47X888 9599 2021-12-16T19:46:21Z 2021-12-16T19:46:21Z OWNER The flaw in the current design is illustrated by this example: ``` "facet_results": { "tags": { "name": "tags", "type": "array", "results": [...], "hideable": false, "toggle_url": "/fixtures/facetable.json?_facet=tags&_trace=1&_nosuggest=1", "truncated": false }, "created": { "name": "created", "type": "date", "results": [...] ``` This was the cause of the bug in #625 - the each of those objects is keyed by the name of the column, which left no room for faceting the same column once by date and once by column value. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1082584499  
Powered by Datasette · Queries took 1.055ms