mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 19:22:57 +00:00

Former-commit-id: 77394b2a5f5a4d8216faadd684c6b63a6e9b7af8 [formerly b8ae1e84506c2a7638e8e5650248960acafc8b7f] [formerly a7795c4aff837152e7511a2f38790a430abc2734 [formerly 59d30d474883687470693345774de1096d14caac]] Former-commit-id: 4dab8896234209d52513294f3602d12df92a22da [formerly 60645de0f9995c933b7327fe636e68cb05f96a6e] Former-commit-id: 9f8391ff605a4ea5c6f374f329e096e9f41b6022
filemanager
About Search
FileManager allows you to search through your files and it has some options. By default, your search will be something like this:
this are keywords
If you search for that it will look at every file that contains "this", "are" or "keywords" on their name. If you want to search for an exact term, you should surround your search by double quotes:
"this is the name"
That will search for any file that contains "this is the name" on its name. It won't search for each separated term this time.
By default, every search will be case sensitive. Although, you can make a case insensitive search by adding case:insensitive
to the search terms, like this:
this are keywords case:insensitive
Description
v2.32.0
Latest
Languages
Go
42%
Vue
33.2%
TypeScript
13.4%
CSS
8.5%
HTML
1.7%
Other
1.1%