From c4d5462f0ca274595e79974039335b0ad85a18e7 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 29 Feb 2024 10:24:22 +0800 Subject: [PATCH] Update search.md to mention archive isn't searched by default --- docs/using/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/search.md b/docs/using/search.md index f667df89..5de7800c 100644 --- a/docs/using/search.md +++ b/docs/using/search.md @@ -11,7 +11,7 @@ Omnivore uses search to filter items in your library. You can use a simple keywo ## Searching for text -Omnivore will perform full text search across library items' content, title, description, and site by default. You can search for specific terms by quoting your terms (i.e. wrapping them in quotes). By default all results that match your search will be returned in the order they were saved. To change your search to sort by relevance use the `sort:score` parameter. +Omnivore will perform full text search across library items' content, title, description, and site. By default, we look at undeleted and unarchived items, you can change this behavior by using operands like `in:all`, `in:archive` or `in:trash`. You can search for specific terms by quoting your terms (i.e. wrapping them in quotes). By default all results that match your search will be returned in the order they were saved. To change your search to sort by relevance use the `sort:score` parameter. ## Filtering by label