mjpost / bibsearch

Download, manage, and search a BibTeX database.
Other
64 stars 5 forks source link

[POC] Sqlite3 #4

Closed davvil closed 6 years ago

davvil commented 6 years ago

This is a first proof of concept for using a sqlite3 backend (see also #3). This PR is based on the biblib branch (#1), but it can adapted if we decide against changing the bibtex parser.

Full text search (FTS5) is disabled by default in sqlite3. These are the steps I carried out for enabling it on my mac:

I haven't tried out how the installation would look like in a linux system (probably very distro dependent).

I see that this could be an important drawback, but we just gained a powerful search engine with only a couple lines of code. We can even tell it to use the porter stemmer for matching terms (not activated in this PR).

mjpost commented 6 years ago

Closed as duplicate of other PRs.