aboutsummaryrefslogtreecommitdiff
path: root/docs/en/users
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/users')
-rw-r--r--docs/en/users/10_filter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/users/10_filter.md b/docs/en/users/10_filter.md
index 42e44339b..d6c8ea05e 100644
--- a/docs/en/users/10_filter.md
+++ b/docs/en/users/10_filter.md
@@ -95,7 +95,7 @@ You can use the search field to further refine results:
* by custom label name `label:label`, `label:"my label"` or any label name from a list (*or*): `labels:"my label,my other label"`
* by several label names (*and*): `label:"my label" label:"my other label"`
* by entry (article) ID: `e:1639310674957894` or multiple entry IDs (*or*): `e:1639310674957894,1639310674957893`
-* by user query (saved search) name: `search:myQuery`, `search:"My query"` or saved search ID: `S:3`
+* by user query (saved search) name: `search:myQuery`, `search:"My query"` or saved search ID: `S:3` or multiple search IDs: `S:1,2`
* internally, those references are replaced by the corresponding user query in the search expression
Be careful not to enter a space between the operator and the search value.