Skip to content

Commit

Permalink
docs: add note about glob searching in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanVoxel committed Feb 1, 2025
1 parent 9bdbafa commit 6e402ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](<https://en.wikipedia.org/wiki/Glob_(programming)>) 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

Expand Down

0 comments on commit 6e402ac

Please sign in to comment.