diff --git a/README.md b/README.md index 83f590e4..26df8de8 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Translation hosting generously provided by [Weblate](https://weblate.org/en/). C ### Search -- Search for file entries based on tags, file path (`path:`), file types (`filetype:`), and even media types! (`mediatype:`) +- Search for file entries based on tags, file path (`path:`), file types (`filetype:`), and even media types! (`mediatype:`). Path searches currently use [glob]() syntax, so you may need to wrap your filename or filepath in asterisks while searching. This will not be strictly necessary in future versions of the program. - Use and combine boolean operators (`AND`, `OR`, `NOT`) along with parentheses groups, quotation escaping, and underscore substitution to create detailed search queries - Use special search conditions (`special:untagged` and `special:empty`) to find file entries without tags or fields, respectively