From 927fd9e6d7202786f81da32520ee7348638ded3b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 10 May 2024 15:23:50 -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 7392918..e47a92b 100644 --- a/Setting-up-Search.md +++ b/Setting-up-Search.md @@ -23,7 +23,7 @@ You can search your ArchiveBox data in a number of ways: ## ArchiveBox Search Backends -ArchiveBox search works by doing simple substring matches in `Snapshot` metadata fields (`url`, `title`, `timestamp`, `tags`), and by searching the full archived content within each Snapshot (using the selected search backend below). You can find the search implementation source code here: [`archivebox/core/views.py: PublicIndex.get_queryset()`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/core/views.py#:~:text=title__icontains). +ArchiveBox search works by doing substring matches in `Snapshot` metadata fields (`url`, `title`, `timestamp`, `tags`), and by searching the full archived content within each Snapshot (using the selected search backend below). You can find the search implementation source code here: [`archivebox/core/views.py: PublicIndex.get_queryset()`](https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/core/views.py#:~:text=title__icontains). ```bash # this setting controls which search backend ArchiveBox uses