dogsheep / github-to-sqlite

Save data from GitHub to a SQLite database
https://github-to-sqlite.dogsheep.net/
Apache License 2.0
405 stars 43 forks source link

Enable full-text search for more stuff (like commits, issues and issue_comments) #19

Closed simonw closed 4 years ago

simonw commented 4 years ago

Currently FTS is only enabled for repos and releases.

simonw commented 4 years ago

Current FTS code: https://github.com/dogsheep/github-to-sqlite/blob/e35eec4343aa560c58c1634cc228d0d46c442304/github_to_sqlite/utils.py#L136-L143

simonw commented 4 years ago