From 163142a04cad43ed4c5f1dafffc7762ff3052c8c Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 7 May 2024 02:46:46 -0700 Subject: [PATCH] Updated Setting up Search (markdown) --- Setting-up-Search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setting-up-Search.md b/Setting-up-Search.md index ac7b4da..2ef4f7a 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -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