mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-11-18 12:04:01 +01:00
Publish search guide
This commit is contained in:
@@ -31,7 +31,7 @@ export default defineConfig({
|
|||||||
label: "Guides",
|
label: "Guides",
|
||||||
items: [
|
items: [
|
||||||
{ label: "Backups", slug: "backups" },
|
{ label: "Backups", slug: "backups" },
|
||||||
//{ label: "Bookmark Search", slug: "search" },
|
{ label: "Search", slug: "search" },
|
||||||
{ label: "Archiving", slug: "archiving" },
|
{ label: "Archiving", slug: "archiving" },
|
||||||
{ label: "Auto Tagging", slug: "auto-tagging" },
|
{ label: "Auto Tagging", slug: "auto-tagging" },
|
||||||
{ label: "Keyboard Shortcuts", slug: "shortcuts" },
|
{ label: "Keyboard Shortcuts", slug: "shortcuts" },
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Bookmark Search
|
title: Search
|
||||||
---
|
---
|
||||||
|
|
||||||
linkding provides a comprehensive search function for finding bookmarks. This guide gives on overview of the search capabilities and provides some examples.
|
linkding provides a comprehensive search function for finding bookmarks. This guide gives on overview of the search capabilities and provides some examples.
|
||||||
@@ -12,7 +12,7 @@ Every search query is made up of one or more expressions. An expression can be a
|
|||||||
|--------------|------------------------------------|------------------------------------------------------------|
|
|--------------|------------------------------------|------------------------------------------------------------|
|
||||||
| Word | `history` | Search for a single word in title, description, notes, URL |
|
| Word | `history` | Search for a single word in title, description, notes, URL |
|
||||||
| Phrase | `"history of rome"` | Search for an exact phrase by enclosing it in quotes |
|
| Phrase | `"history of rome"` | Search for an exact phrase by enclosing it in quotes |
|
||||||
| Tag | `#book` | Search for tag |
|
| Tag | `#book` | Search for a tag |
|
||||||
| AND operator | `#history and #book` | Both expressions must match |
|
| AND operator | `#history and #book` | Both expressions must match |
|
||||||
| OR operator | `#book or #article` | Either expression must match |
|
| OR operator | `#book or #article` | Either expression must match |
|
||||||
| NOT operator | `not #article` | Expression must not match |
|
| NOT operator | `not #article` | Expression must not match |
|
||||||
|
|||||||
Reference in New Issue
Block a user