Add note about saved filter sorting (#5234)

This commit is contained in:
DogmaDragon 2024-09-08 01:20:44 +03:00 committed by GitHub
parent 0a98296642
commit ba83da1983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.