otwarchive-symphonyarchive/public/help/tag-search-text-help.html

44 lines
955 B
HTML
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<h4>Tag Search Text</h4>
<dl>
<dt>
*: any characters
</dt>
<dd>
<kbd>book*</kbd> will find <samp>book</samp> and <samp>books</samp> and
<samp>booking</samp>.
</dd>
<dt>
space: a space acts like AND
</dt>
<dd>
<kbd>Harry Potter</kbd> will find <samp>Harry Potter</samp> and <samp>Harry
James Potter</samp> but not <samp>Harry</samp>.
</dd>
<dt>
||: OR (not exclusive)
</dt>
<dd>
<kbd>Harry || Potter</kbd> will find <samp>Harry</samp>, <samp>Harry
Potter</samp>, and <samp>Potter</samp>.
</dd>
<dt>
": words in exact sequence
</dt>
<dd>
<kbd>"Harry Lockhart"</kbd> will find <samp>"Harry Lockhart"</samp> but not
<samp>Harry Potter/Gilderoy Lockhart</samp>.
</dd>
<dt>
NOT: NOT
</dt>
<dd>
<kbd>Harry NOT Lockhart</kbd> will find <samp>Harry Potter</samp> but not
<samp>Harry Lockhart</samp> or <samp>Gilderoy Lockhart/Harry Potter</samp>.
</dd>
</dl>