1
0
Fork 0
mirror of synced 2024-10-01 17:47:22 +13:00
ArchiveBox/archivebox/search/backends
Ross Williams 8fe5faf4d0 Introduce SQLite FTS5-powered search backend
Use SQLite's FTS5 extension to power full-text search without any
additional dependencies. FTS5 was introduced in SQLite 3.9.0,
[released][1] in 2015 so should be available on most SQLite
installations at this point in time.

[1]: https://www.sqlite.org/changes.html#version_3_9_0
2023-10-16 13:23:26 -04:00
..
__init__.py Implement backend architecture for search engines 2020-12-06 01:12:46 +02:00
ripgrep.py add new SEARCH_BACKEND_TIMEOUT config option defaulted to 90sec 2021-04-09 00:27:12 -04:00
sonic.py bail out on sonic indexing after 5 errors 2021-04-10 05:18:03 -04:00
sqlite.py Introduce SQLite FTS5-powered search backend 2023-10-16 13:23:26 -04:00