Clarifies that --search-tags matches whole tags only.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
da5ff47396
commit
f1ff225a0c
|
@ -93,7 +93,8 @@ HTML, PDF and many other formats.
|
|||
A search expression is either a single term, or several terms separated by _AND_
|
||||
or _OR_. _AND_ takes precedence. The expression _Mountain AND Big OR Vegetable_
|
||||
finds all things that have either Mountain and Big or Vegetable in them. You can
|
||||
use _||_ instead of _OR_ and _&&_ instead of _AND_.
|
||||
use _||_ instead of _OR_ and _&&_ instead of _AND_. Note that *--search-tags*
|
||||
only matches whole tags. Pill does not match Pillow.
|
||||
|
||||
== PROTOCOL SUPPORT
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user