home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 996045776

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/1552#issuecomment-996045776 https://api.github.com/repos/simonw/datasette/issues/1552 996045776 IC_kwDOBm6k_c47XnPQ 9599 2021-12-16T17:52:54Z 2021-12-16T17:52:54Z OWNER I tried that fix you suggested and now this `metadata.json` does the right thing: ```json { "databases": { "fixtures": { "tables": { "facetable": { "facets": [ { "array": "tags" } ] } } } } } ``` It does further highlight the bug in #625 though - since then if you try to add `?_facet=tags` to facet by tags treating them NOT as an array your request to do so is ignored. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1078702875  
Powered by Datasette · Queries took 1.074ms