diff options
| author | 2021-12-31 13:10:41 +0100 | |
|---|---|---|
| committer | 2021-12-31 13:10:41 +0100 | |
| commit | fb15a2d8048ff66db5cb73b0dfb3a5b6a052e1db (patch) | |
| tree | ac778c9e2175c7bb3b6dcf15cbe6af562c7713b8 /docs/en/users | |
| parent | afb3035bc6a50b8f6334f2729e3a7f568b429022 (diff) | |
Search on article IDs (#4058)
* Search on article IDs
Partial implementation of https://github.com/FreshRSS/FreshRSS/issues/4053
Diffstat (limited to 'docs/en/users')
| -rw-r--r-- | docs/en/users/03_Main_view.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/en/users/03_Main_view.md b/docs/en/users/03_Main_view.md index dcf599878..8e7563200 100644 --- a/docs/en/users/03_Main_view.md +++ b/docs/en/users/03_Main_view.md @@ -227,6 +227,7 @@ You can use the search field to further refine results: * by custom label ID `L:12` or multiple label IDs: `L:12,13,14` or with any label: `L:*` * 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` Be careful not to enter a space between the operator and the search value. |
