From 351a5f6adafc329f9175c79ef1f5639e7443aef8 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 3 Sep 2019 20:21:26 +0200 Subject: [PATCH] Updated Search (markdown) --- Search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Search.md b/Search.md index 92bb984..9243f4f 100644 --- a/Search.md +++ b/Search.md @@ -15,7 +15,7 @@ You can activate search by clicking on magnifier icon on the left or pressing `C Fulltext search is triggered whenever search string doesn't start with `@` (used in attribute search) or `=` (saved search with script). -Fulltext searches on both title and content of undeleted, unprotected text and code notes which are not archived. +Fulltext searches on both title and content of undeleted, unprotected text and code notes which are not [[archived|archived notes]]. Input string is tokenized by whitespace separators and each individual token (word) must be present in the title or content. If you don't want this automatic tokenization, you can surround your search with double quotes, e.g. `"hello world"` will search for exact match. @@ -52,7 +52,7 @@ It's also possible to query by so called "virtual attributes": * `type` - `text`, `code`, `image`, `file`, `search` or `relation-map` * `mime` - e.g. `text/html` for text note * `text` - fulltext attribute of both title and content together -* `isArchived` - filters only for archived notes, `@!archived` then filters only for non-archived notes. Note that this filter does not work in OR relation, it is always AND. +* `isArchived` - filters only for [[archived notes]], `@!archived` then filters only for non-archived notes. Note that this filter does not work in OR relation, it is always AND. ### Order and limit