From fc7ec8ad9e59b7ff353744fbdad3bd5d93ac8b2b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 7 May 2024 01:28:12 -0700 Subject: [PATCH] Updated Setting up Search (markdown) --- Setting-up-Search.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Setting-up-Search.md b/Setting-up-Search.md index 2d44c02..fd149fe 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -7,6 +7,9 @@ You can search your ArchiveBox data in a number of ways: - 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.) +![image](https://github.com/ArchiveBox/ArchiveBox/assets/511499/637675ee-bf4a-49f9-b936-c2da1bd64410) + +
> *Note: ArchiveBox currently only returns the bare list of snapshots that match when performing a search.* @@ -223,10 +226,18 @@ archivebox config --set FTS_SQLITE_MAX_LENGTH=1000000000 ### Further Reading -### Further Reading - - https://github.com/ArchiveBox/ArchiveBox/blob/dev/docker-compose.yml#:~:text=SEARCH_BACKEND_ENGINE - https://github.com/ArchiveBox/ArchiveBox/wiki/Configuration#ripgrep_binary -* [#1139 Feature Request: Add AI-assisted summarization, tagging, search, and more using LLMs / RAG](https://github.com/ArchiveBox/ArchiveBox/issues/1139) -* \ No newline at end of file +* [#22 Original Issue where full-text search functionality was proposed](https://github.com/ArchiveBox/ArchiveBox/issues/22) +* [#543 + #570 Original PR where full-text search functionality was implemented](https://github.com/ArchiveBox/ArchiveBox/pull/543) +* [#956 Documentation: Document how search works](https://github.com/ArchiveBox/ArchiveBox/issues/956#issuecomment-1320587158) +* [#654 Support: Search Backend only searching admin Snapshot fields instead of archive content](https://github.com/ArchiveBox/ArchiveBox/issues/654) +* [#1087 Support: Help setting up full text search](https://github.com/ArchiveBox/ArchiveBox/issues/1087) +* [#1091 Support: Help switching to ripgrep-all](https://github.com/ArchiveBox/ArchiveBox/issues/1091) +* [#1318 Troubleshooting: Search times out on v0.7.2 installed on Synology using Portainer](https://github.com/ArchiveBox/ArchiveBox/issues/1318) +* [#1333 + #1316 Text Search and Filters don't work at the same time in the web UI](https://github.com/ArchiveBox/ArchiveBox/pull/1333) +* [#1320 Troubleshooting: Sonic backend Error: ENDED authentication_failed doesn't contain protocol(NUMBER)](https://github.com/ArchiveBox/ArchiveBox/pull/1320) + +- [#1139 Feature Request: Add AI-assisted summarization, tagging, search, and more using LLMs / RAG](https://github.com/ArchiveBox/ArchiveBox/issues/1139) +- [#1358 Django Admin general improvements: tree view, better filters, better sorting, custom pages, etc.](https://github.com/ArchiveBox/ArchiveBox/issues/1358) \ No newline at end of file