{PROJECT} ./template/home.en.ini
{MENU} 00.05.01
{TITLE} phpCMS Demo - Comprehensive Search Facility: Explanations
{CONTENT}
<h3>Logical OR relation</h3>
<p>If more than one search term is entered, they are internally related by logical OR, i.e. all pages containing at least one of the search terms are shown. A logical AND relation is at present not possible.</p>
<h3>Exclusion from the search</h3>
<p>To exclude a term from the search, preceed it by a "-" (minus).
In that case all pages containing that term will not be shown.</p>
<h3>Exclude text areas from indexing</h3>
<phpcms:noindex>
<p>Text areas can be excluded from indexing by wrapping them into<br />
<strong><phpcms:noindex></strong>exclusiontags<strong></phpcms:noindex></strong>.</p>
<p>Go ahead, try it out by searching for „exclusiontag”!</p>
</phpcms:noindex>
<p>The index files for this search are located in the directory $home/search.</p>