From 9f48e6b8ae2266d385856dd92b6927a7ebf43bf3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 13:55:03 -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 2ef4f7a..628b265 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -5,7 +5,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 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`, `grep -r`, `SQLite FTS5`, etc.) +- 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.) ![image](https://github.com/ArchiveBox/ArchiveBox/assets/511499/637675ee-bf4a-49f9-b936-c2da1bd64410)