aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-05-18 21:09:14 +0200
committernodiscc <nodiscc@gmail.com>2020-09-12 14:31:45 +0200
commit881bd96f151f9eefdac6264e432e573a657fc82b (patch)
tree09c691435a39419a3b69aa06768cec65a7cec400 /doc
parent778add2c9cc858bcc1aa8180620bd46590b84e15 (diff)
downloadShaarli-881bd96f151f9eefdac6264e432e573a657fc82b.tar.gz
Shaarli-881bd96f151f9eefdac6264e432e573a657fc82b.tar.zst
Shaarli-881bd96f151f9eefdac6264e432e573a657fc82b.zip
doc: usage: active filters/clear search filters
Diffstat (limited to 'doc')
-rw-r--r--doc/md/Usage.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/md/Usage.md b/doc/md/Usage.md
index 0a1b9719..683b41c4 100644
--- a/doc/md/Usage.md
+++ b/doc/md/Usage.md
@@ -54,9 +54,10 @@ Shaarli can be used as a minimal blog, notepad, pastebin...: While adding or edi
54- **Exclude text/tags:** Use the `-` operator before a word or tag to exclude Shaares matching this word from search results (`NOT` operator). 54- **Exclude text/tags:** Use the `-` operator before a word or tag to exclude Shaares matching this word from search results (`NOT` operator).
55- **Untagged links:** Shaares without tags can be searched by clicking the `untagged` toggle button top left of the Shaares list (only when logged in). 55- **Untagged links:** Shaares without tags can be searched by clicking the `untagged` toggle button top left of the Shaares list (only when logged in).
56 56
57
58Both exclude patterns and exact searches can be combined with normal searches (example `"exact search" term otherterm -notthis "very exact" stuff -notagain`). Only AND (and NOT) search is currrently supported. 57Both exclude patterns and exact searches can be combined with normal searches (example `"exact search" term otherterm -notthis "very exact" stuff -notagain`). Only AND (and NOT) search is currrently supported.
59 58
59Active search terms are displayed on top of the link list. To remove terms/tags from the curent search, click the `x` next to any of them, or simply clear text/tag search fields.
60
60 61
61### Tag cloud 62### Tag cloud
62 63