From 6e402ac34d2d60e71fbd36ad234fe3914d5eb8e0 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Fri, 31 Jan 2025 23:45:31 -0800 Subject: [PATCH] docs: add note about glob searching in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83f590e45..26df8de85 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