From 8df18d2d219ebd04b7220d3ed29a4e079df6366f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Mar 2023 09:55:26 +0530 Subject: [PATCH] ... --- manual/gui.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manual/gui.rst b/manual/gui.rst index e707ea5c94..fdf9057bd0 100644 --- a/manual/gui.rst +++ b/manual/gui.rst @@ -311,7 +311,10 @@ Search & sort The Search & Sort section allows you to perform several powerful actions on your book collections. - * You can sort them by title, author, date, rating, etc. by clicking on the column titles. You can also sub-sort, i.e. sort on multiple columns. For example, if you click on the title column and then the author column, the book will be sorted by author and then all the entries for the same author will be sorted by title. + * You can sort them by title, author, date, rating, etc. by clicking on the column titles. + You can also sub-sort, i.e. sort on multiple columns. + For example, if you click on the title column and then the author column, the book will be sorted by + author and then all the entries for the same author will be sorted by title. * You can search for a particular book or set of books using the Search bar. More on that below. @@ -325,7 +328,7 @@ The Search & Sort section allows you to perform several powerful actions on your * You can configure which fields you want displayed by using the :ref:`configuration` dialog. - * To perform multiple column based sub-sorting add the :guilabel:`Sort by` + * To perform complex multiple column based sub-sorting add the :guilabel:`Sort by` tool to a toolbar via :guilabel:`Preferences->Toolbars & menus`. .. _search_interface: