From ba83da1983e2f9543b59174a2c7aacfcaa34c0eb Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Sun, 8 Sep 2024 01:20:44 +0300 Subject: [PATCH] Add note about saved filter sorting (#5234) --- ui/v2.5/src/docs/en/Manual/Browsing.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/v2.5/src/docs/en/Manual/Browsing.md b/ui/v2.5/src/docs/en/Manual/Browsing.md index ad323a9c2..a0c2896fa 100644 --- a/ui/v2.5/src/docs/en/Manual/Browsing.md +++ b/ui/v2.5/src/docs/en/Manual/Browsing.md @@ -45,6 +45,8 @@ The current sorting field is shown next to the query text field, indicating the Saved filters can be accessed with the bookmark button on the left of the query text field. The current filter can be saved by entering a filter name and clicking on the save button. Existing saved filters may be overwritten with the current filter by clicking on the save button next to the filter name. Saved filters may also be deleted by pressing the delete button next to the filter name. +Saved filters are sorted alphabetically by title with capitalized titles sorted first. + ### Default filter The default filter for the top-level pages may be set to the current filter by clicking the `Set as default` button in the saved filter menu.