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

Look into SQLite search #70

Open
waldoj opened this issue Sep 7, 2019 · 2 comments
Open

Look into SQLite search #70

waldoj opened this issue Sep 7, 2019 · 2 comments

Comments

@waldoj
Copy link
Member

waldoj commented Sep 7, 2019

Figure out what options exist to allow us to do fuzzy searches (soundex, whatever) in SQLite.

@waldoj
Copy link
Member Author

waldoj commented Sep 7, 2019

Seems like FTS3 or FTS4 are the way to go.

Alternately, pull the data out and index it for searching, but at that point I'm back to Elasticsearch or something with a similar amount of overhead. Best to keep it in SQLite, if possible.

@waldoj
Copy link
Member Author

waldoj commented Sep 7, 2019

Oh, or FTS5 apparently.

@waldoj waldoj mentioned this issue Sep 15, 2019
7 tasks
waldoj added a commit that referenced this issue Oct 5, 2019
This isn't ideal, since the lack of scoring means that we just list results found among corporations and LLCs and LPs — in that order — but at least the results are there. Anything more will need to wait for #70.

Closes #99.
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