From a92ada7727b2596414aafe204e5001eb066569cb Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 13 Sep 2025 21:37:56 +0100 Subject: feat(search): add title search qualifier (#1940) * fix(search): include link titles in title matcher * docs(search): add title qualifier * docs: remove title qualifier from v0.27 guide --- docs/docs/14-guides/02-search-query-language.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/docs/14-guides/02-search-query-language.md b/docs/docs/14-guides/02-search-query-language.md index 55e32b98..6ca0a401 100644 --- a/docs/docs/14-guides/02-search-query-language.md +++ b/docs/docs/14-guides/02-search-query-language.md @@ -21,6 +21,8 @@ Here's a comprehensive table of all supported qualifiers: | `is:inlist` | Bookmarks that are in one or more lists | `is:inlist` | | `is:link`, `is:text`, `is:media` | Bookmarks that are of type link, text or media | `is:link` | | `url:` | Match bookmarks with URL substring | `url:example.com` | +| `title:` | Match bookmarks with title substring | `title:example` | +| | Supports quoted strings for titles with spaces | `title:"my title"` | | `#` | Match bookmarks with specific tag | `#important` | | | Supports quoted strings for tags with spaces | `#"work in progress"` | | `list:` | Match bookmarks in specific list | `list:reading` | @@ -41,6 +43,8 @@ is:archived and (list:reading or #work) # Find bookmarks that are not tagged or not in any list -is:tagged or -is:inlist +# Find bookmarks with "React" in the title +title:React ``` ## Combining Conditions -- cgit v1.2.3-70-g09d2