correct docs on view exclude values to not say globs work
globs have never worked in field!=
see commit c2e8c21ca6
when the feature was
added, which discussed why
This commit is contained in:
parent
4b330203fc
commit
115f72766b
1 changed files with 1 additions and 3 deletions
|
@ -32,9 +32,7 @@ directory in the view, while `foo/=*` will preserve the
|
|||
subdirectories of the foo directory in the view.
|
||||
|
||||
To enter a view containing only files that lack a given metadata
|
||||
field or tag, specify field!=value or !tag. Globs can also be used here,
|
||||
so `field!="*"` will enter a view containing only files that do not have
|
||||
the field set to any value.
|
||||
field or tag, specify field!=value or !tag.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
|
Loading…
Reference in a new issue