home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 483106262

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/288#issuecomment-483106262 https://api.github.com/repos/simonw/datasette/issues/288 483106262 MDEyOklzc3VlQ29tbWVudDQ4MzEwNjI2Mg== 9599 2019-04-15T04:48:59Z 2019-04-15T04:48:59Z OWNER

This has got more urgent now that I've added the ?column__arraycontains=foo filter as part of the effort to implement facet-by-array for #359

I added that filter in https://github.com/simonw/datasette/commit/78e45ead4d771007c57b307edf8fc920101f8733 but it can only be applied once - for proper faceting this needs to work:

https://latest.datasette.io/fixtures/facetable?tags__arraycontains=tag1&tags__arraycontains=tag2

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