1
0
Fork 0
mirror of synced 2024-07-01 04:20:55 +12:00
ArchiveBox/archivebox/search
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
..
backends Introduce SQLite FTS5-powered search backend 2023-10-16 13:23:26 -04:00
__init__.py refactor: Remove setup_django from search 2020-12-11 16:43:48 -05:00
utils.py fix readability indexing process and implement a max total character length on indexed content 2021-04-06 02:01:38 -04:00