Former-commit-id: 8170dccf8d832e6f12ea9ac724347fd037e3bbf8 [formerly e0a5efa31e1262970d90b185ca41a57e5a480fc6] [formerly 731900fca8334cbca2cdf4095b870454a713e658 [formerly 0435ad7f0254e7c578c16bfe6f591e5a9813cb6e]] Former-commit-id: 9f6fc685814eaab460f8985c53996f015303de72 [formerly 0212fdfdf7260861594f7d434ae3d7028942237f] Former-commit-id: 58e54adb84d87d5cac96092f28d5ad1fec0884ca |
||
---|---|---|
.github | ||
_assets | ||
caddy | ||
cmd/filemanager | ||
frontmatter | ||
variables | ||
.gitmodules | ||
.travis.yml | ||
CODE_OF_CONDUCT.md | ||
LICENSE.md | ||
README.md | ||
editor.go | ||
error.go | ||
file.go | ||
filemanager.go | ||
http.go | ||
http_assets.go | ||
http_checksum.go | ||
http_command.go | ||
http_download.go | ||
http_listing.go | ||
http_put.go | ||
http_search.go | ||
http_single.go | ||
http_utils.go | ||
listing.go | ||
page.go |
README.md
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