diff --git a/File-search.md b/File-search.md new file mode 100644 index 0000000..8c01aff --- /dev/null +++ b/File-search.md @@ -0,0 +1,17 @@ +KOReader can search a book on your device by filename. + +Invoke a search via filebrowser main menu `Search` - `File search` or with an assigned gesture. + +![filesearch](https://user-images.githubusercontent.com/62179190/113472225-6eb91680-946a-11eb-917f-9e3526837afa.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. + +A search for `*` ([single asterisk](https://github.com/koreader/koreader/pull/7362)) will show all files. + +Search string can include special characters in accordance with the [Lua patterns](https://www.lua.org/pil/20.2.html). + +Tap a supported file in the search results to open it. \ No newline at end of file diff --git a/Find-a-file.md b/Find-a-file.md deleted file mode 100644 index 68ddc99..0000000 --- a/Find-a-file.md +++ /dev/null @@ -1,14 +0,0 @@ -KOReader can search a book by filename on your device via main menu `Search` - `Find a file`. - -You can search in the current folder or in the Home folder. -Subfolders are included. - -If you have enabled `Show hidden files` in the filebrowser settings, search results will include hidden files. - -If you have enabled `Show unsupported files` in the filebrowser settings, search results will include unsupported files. - -If you search for `*` ([single asterisk](https://github.com/koreader/koreader/pull/7362)), search results will show all files. - -Search string can include special characters in accordance with the [Lua patterns](https://www.lua.org/pil/20.2.html). - -You can open a supported file directly from the search results window with a tap. \ No newline at end of file