From fb15a2d8048ff66db5cb73b0dfb3a5b6a052e1db Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 31 Dec 2021 13:10:41 +0100 Subject: Search on article IDs (#4058) * Search on article IDs Partial implementation of https://github.com/FreshRSS/FreshRSS/issues/4053 --- docs/en/users/03_Main_view.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/en/users') 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. -- cgit v1.2.3