Clarifies that --search-tags matches whole tags only.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tastytea 2019-05-19 12:50:23 +02:00
parent da5ff47396
commit f1ff225a0c
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -93,7 +93,8 @@ HTML, PDF and many other formats.
A search expression is either a single term, or several terms separated by _AND_ 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_ 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 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 == PROTOCOL SUPPORT