1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-16 03:24:17 +02:00

Updated Setting up Search (markdown)

Nick Sweeting
2024-05-07 02:46:46 -07:00
parent af71cda6f3
commit 163142a04c

@@ -174,7 +174,7 @@ docker compose run archivebox list --filter-type=search 'some text to search'
### `SQLite FTS5`
This is a recently added experimental option that uses a separate SQLite3 Database (similar to the one archivebox already uses for Snapshot records) to provide full-text search.
This is a [recently added](https://github.com/ArchiveBox/ArchiveBox/pull/1241) experimental option that uses a separate SQLite3 Database (similar to the one ArchiveBox already uses for Snapshot metadata) to provide full-text search.
```bash
archivebox config --set SEARCH_BACKEND_ENGINE=sqlite