From 1237de5540d816ca126471445ea91ad9d46b3f3b Mon Sep 17 00:00:00 2001 From: YiFanChen99 Date: Tue, 18 Aug 2020 12:02:25 +0800 Subject: [PATCH] Enhance fulltext attribute for search with example and tip. --- Search.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Search.md b/Search.md index 3d06baf..1d4cec1 100644 --- a/Search.md +++ b/Search.md @@ -53,6 +53,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 + * For example `@text*=*Hello`. So that you can combine searching for both text and attributes. * `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. * `in` - for example `@in=VuvLpfAPx2L9` will filter only notes which have note with noteId `VuvLpfAPx2L9` as one of the ancestors - i.e. note is in the subtree of `VuvLpfAPx2L9`. With negating operator - `@in!=VuvLpfAPx2L9` will filter notes which don't have note `VuvLpfAPx2L9` as their ancestor. Since Trilium 0.37