question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Leverage SQLite full text search

See original GitHub issue

I noticed that the search functionality uses like across the columns of interest. It might be worth it to investigate if SQLite Full Text Search could be used to provide a more robust search experience (like tweets being ranked by relevance to the query).

I’d be more than happy to create a PR for this if you’re open to it.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
JakeWhartoncommented, Nov 16, 2020

example.zip

Zip file with example database containing some tweets.

You can build the app by running ./gradlew installDist and then running it with build/install/dodo/bin/dodo run --db example.db. You’ll have to pass the OAuth and API tokens as arguments as well, but you can just put in nonsense for them. As long as you don’t hit the /sync endpoint they won’t be used. The service runs at http://localhots:8098 locally.

0reactions
kevincianfarinicommented, Nov 29, 2020

You’re totally right. Much better idea.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Leveraging SQLite Full-Text Search on iOS - PSPDFKit
Full -text search is an SQLite extension containing two modules — ( fts3/4 and fts5 ) — that can be enabled by passing...
Read more >
SQLite FTS5 Extension
FTS5 is an SQLite virtual table module that provides full-text search functionality to database applications. In their most elementary form, ...
Read more >
“Full Text Search” with SQLite - Medium
Recently, I was working on a LinkedIn spy tool, I have used the SQLite database to store data , this tool need to...
Read more >
Making a full-text search module that works on both desktop ...
According to this article: Leveraging SQLite Full-Text Search on iOS | Inside PSPDFKit. FTS5 is supported from iOS 11.
Read more >
SQLite Full Text Search Queries With Hyphens - Stack Overflow
Recently, I have discovered SQLite's full text search (FTS) capability and leveraged it for a simple search feature. However, a user ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found