From 62d9d999d231ed1914f7aa904d7c9ed4a9397086 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Sun, 25 Jul 2021 09:14:25 +0300 Subject: [PATCH] Updated File search (markdown) --- File-search.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/File-search.md b/File-search.md index 3ddfc2b..773d4a3 100644 --- a/File-search.md +++ b/File-search.md @@ -4,16 +4,18 @@ Invoke a search via filebrowser main menu `Search` - `File search` or with an as ![filesearch](https://user-images.githubusercontent.com/62179190/126889480-9a41f44f-f852-45a6-b0b0-be810ae74caf.png) -Start a search from the current folder or from the Home folder. Subfolders are included. - -If `Show hidden files` in the filebrowser settings is enabled, search results will include hidden files. - -If `Show unsupported files` in the filebrowser settings is enabled, search results will include unsupported files. - Wildcards `?` for one and `*` for more characters can be used. A search for single `*` will show all files. Search string can include special characters in accordance with the [Lua patterns](https://www.lua.org/pil/20.2.html). +Start a search from the Home folder or from the current folder. Subfolders are included. + +If `Show hidden files` in the filebrowser settings is enabled, search results will include hidden files. + +If `Show unsupported files` in the filebrowser settings is enabled, search results will include unsupported files. + +The sorting order in the search results is the same as in the file browser. + Tap a supported file in the search results to open it. \ No newline at end of file