Git commit 4b76282841061d98818d952430b539d7cb0070f5 by Yuri Chornoivan. Committed on 26/02/2018 at 12:21. Pushed by yurchor into branch 'master'.
Add new search excluding options to the docs M +5 -0 doc/search.docbook https://commits.kde.org/krusader/4b76282841061d98818d952430b539d7cb0070f5 diff --git a/doc/search.docbook b/doc/search.docbook index c28c2a8c..8de16cf8 100644 --- a/doc/search.docbook +++ b/doc/search.docbook @@ -99,6 +99,11 @@ wish, you can click on the <guiicon>folder icon</guiicon>, and browse to the directory you wish to add.</para> + </note> + <note> + <para>It is possible to define files and directories which will be filtered out from the search results using the <guilabel>Exclude Folder Names</guilabel> input field at the bottom of the <guilabel>Do not search in</guilabel> box.</para> + <para>Items in the filtering list should be space-separated.</para> + <para>Spaces in the filtering list items can be escaped or quoted. Example: <userinput>.git "target build" build\ krusader</userinput></para> </note></para> </listitem> </itemizedlist>
