home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 459936585

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
459936585 MDU6SXNzdWU0NTk5MzY1ODU= 527 Unable to use rank when fts-table generated with csvs-to-sqlite 2181410 closed 0     3 2019-06-24T14:49:48Z 2019-06-24T15:21:18Z 2019-06-24T15:09:10Z NONE  

Hi Simon.

If i generate a fts-table with the csvs-to-sqlite f-option, I'm unable to use (in datasette's GUI) the internal ranking of the table for sorting or viewing, but if I generate the fts-table with the enable-fts argument from sqlite-utils, everyrthing works ok. Eg.:

datasette, version 0.28 sqlite-utils, version 1.2.1 csvs-to-sqlite, version 0.9

No column named rank with these commands: $ csvs-to-sqlite minutes.csv minutes.db -f text_data $ datasette -i minutes.db select rank, * from minutes_fts where minutes_fts match 'dog'

Everything ok with these commands: $ csvs-to-sqlite minutes.csv minutes.db $ sqlite-utils enable-fts minutes.db text_data $ datasette -i minutes.db select rank, * from minutes_fts where minutes_fts match 'dog'

Am I doing something wrong?

Thank you for a great application!

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/527/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 1.027ms · About: github-to-sqlite