From b3eb4a827411ad2ad7b4ea872c618b9f1c80e187 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 18 Nov 2022 14:18:47 -0800 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index dc01d6b..556bd35 100644 --- a/Usage.md +++ b/Usage.md @@ -138,7 +138,7 @@ Click the Favicon under the "Files" column to go to the details page for each li A logged-in admin user may perform these operations on one or more snapshots: -- Search Search text in the Snapshot title, URL, tags, or archived content (indexed with ripgrep, or Sonic if you have it enabled) https://github.com/ArchiveBox/ArchiveBox/issues/956 +- Search Search text in the Snapshot title, URL, tags, or archived content (supports regex with the default ripgrep search backend, or enable the [Sonic](https://github.com/ArchiveBox/ArchiveBox/blob/dev/docker-compose.yml#L35) full-text search backend in `docker-compose.yml` and set `SEARCH_BACKEND_ENGINE=sonic`, `SEARCH_BACKEND_HOST`, `SEARCH_BACKEND_PASSWORD` for full-text fuzzy searching) https://github.com/ArchiveBox/ArchiveBox/issues/956 - Tags - tag or un-tag snapshots - Title Pull the title ( redownload if it was missing, or the title has changed ) - Pull Download missing/failed outputs/extractors methods ( pdf, wget... etc). Maybe because download failed or interrupted by a reboot or something. This is the default behavior when you add new URL, they will get pulled automatically. https://github.com/ArchiveBox/ArchiveBox#output-formats