home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 624795695

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/759#issuecomment-624795695 https://api.github.com/repos/simonw/datasette/issues/759 624795695 MDEyOklzc3VlQ29tbWVudDYyNDc5NTY5NQ== 9599 2020-05-06T17:50:57Z 2020-05-06T17:52:07Z OWNER

This was a deliberate change from #651.

The _search_colname= alternative argument for doing this still works - compare these two:

  • https://latest.datasette.io/fixtures/searchable?_search=dog
  • https://latest.datasette.io/fixtures/searchable?_search_tex1=dog

If you want to use advanced search syntax on those pages you can do so using the &_searchmode=raw option - I added better documentation for this the other day: https://datasette.readthedocs.io/en/latest/full_text_search.html#advanced-sqlite-search-queries

Example: https://latest.datasette.io/fixtures/searchable?_search=text1:dog&_searchmode=raw

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