From c1f78e14e951131420a71549bc9f76150c48d219 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 15:31:42 -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 587555a..89e4e93 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -2,7 +2,7 @@ You can search your ArchiveBox data in a number of ways: -- using the CLI: `archivebox list --filter-type=search 'text to search'` +- using the CLI: `archivebox list --filter-type=search 'text to search'` (`archivebox list --help` for more) - using the Web UI: both the `/public` index and `/admin/core/snapshot` pages provide a search box - using the REST API: `/api/v1/list?filter_type=search` provides the same search interface as the CLI - by searching the archive data folder directly with external tools (e.g. macOS Spotlight, [Cerebro](https://www.cerebroapp.com/), `ag`, [Yacy](https://yacy.net/), etc.)