From af71cda6f32e5cca634af5c48fac253b269509d6 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 7 May 2024 02:45:50 -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 420d5bb..ac7b4da 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -163,7 +163,7 @@ docker compose run archivebox list --filter-type=search 'some text to search' - maintains lightweight, compressed search index that is minuscule compared to original data - all-in-one binary written in rust, available cross-platform and easy to deploy - supports advanced full-text search features like normalization, stemming, etc. -- supports indexing and querying on a remote server (many separate ArchiveBox instances can share a single `sonic` instance) +- supports indexing and querying on a remote server (many ArchiveBox instances can share a single `sonic` instance) #### Cons