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)