From 9035c2652eb7832abef2bfd72c1af98da1f3d476 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 7 May 2024 02:42:10 -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 fd149fe..595d523 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -28,7 +28,7 @@ You can search your ArchiveBox data in a number of ways: # this setting controls which search backend ArchiveBox uses archivebox config --set SEARCH_BACKEND_ENGINE=[ripgrep]|sonic|sqlite -# to information about the backend you are currently using, run: +# to see information about the backend you are currently using, run: archivebox version archivebox config --get SEARCH_BACKEND_ENGINE ```