Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Fuzzy Search #23

Open
benwoodward opened this issue Mar 1, 2019 · 0 comments
Open

Feature request: Fuzzy Search #23

benwoodward opened this issue Mar 1, 2019 · 0 comments

Comments

@benwoodward
Copy link

I'm not a python developer or particularly knowledgable about SQLite extensions, however, I've been trying to figure out how to make fuzzy search possible with this workflow.. my current understanding is that I'd need to:

  • Install and enable the FTS3 module/extension on my local database.sqlite
  • Create an FTS3 virtual table
  • Modify the TAGS_BY_TITLE query so that it does a MATCH query on the FTS3 virtual table?

I'm guessing the above steps would likely break a few things, and it's maybe not so straightforward. @chrisbro do you have any thoughts on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant