From b92a161f8eadc525e7fb59af5fc95179aa289524 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 15:21:10 -0700 Subject: [PATCH] Updated Setting up Search (markdown) --- Setting-up-Search.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Setting-up-Search.md b/Setting-up-Search.md index fcf9b7d..ad86dcc 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -9,6 +9,7 @@ You can search your ArchiveBox data in a number of ways: ![image](https://github.com/ArchiveBox/ArchiveBox/assets/511499/637675ee-bf4a-49f9-b936-c2da1bd64410) +ArchiveBox search finds matches in the `Snapshot` metadata fields (`url`, `title`, `timestamp`, `tags`), and the archived content using the selected search backend (below). You can find the search implementation here: [`archivebox/core/views.py: PublicIndex.get_queryset()`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/core/views.py#:~:text=title__icontains).