From e1f76f436d4e1f5310f05cae64a3ac81348089ed Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 15:28:00 -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 f04ef8a..4646eb3 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -37,7 +37,7 @@ archivebox version archivebox config --get SEARCH_BACKEND_ENGINE ``` -By default out-of-the-box, it uses a simple but efficient tool similar to `grep -r` called [`ripgrep`](https://github.com/BurntSushi/ripgrep). +By default out-of-the-box, the selected engine is a simple but efficient tool similar to `grep -r` called [`ripgrep`](https://github.com/BurntSushi/ripgrep). Ripgrep is currently the fastest available *filesystem search* tool that scans over the raw disk bytes on every search. We chose it as the default so that beginners and 95% of users with small collections can have an experience that "just works", without needing to install and maintain complex additional dependencies or background workers.