{extends "layout_view.tpl"} {block name="title"} {title}{$title}{/title} {/block} {block name="content"} {strip}
{tr}Tiki uses the asterisk{/tr} {tr}"*" as wildcard symbol that broadens a search by finding words that start with the same letters.{/tr}
{tr}Example:{/tr} {tr}Home*{/tr} {tr}will find objects that contain a term starting with "Home" like "HomePage", "Home", "Homework", etc.{/tr}
{tr}By default, all search terms are optional.{/tr} {tr}It behaves like an OR logic.{/tr} {tr}Objects that contain the more terms are rated higher in the results and will appear first.{/tr} {tr}For example, wiki forum will find:{/tr}
{tr}You can use AND or OR or NOT also to do a boolean search.{/tr} {tr}Example: wiki and forum will find objects with both terms.{/tr} {tr}Example:wiki or forumwill find objects with one of the term.{/tr}
{tr}Use parenthesis ( ) to group terms into subexpressions.{/tr} {tr}Example: wiki and (forum blog) twill find objects that contain wiki and forum or that contain wiki and blog in any order.{/tr}
{tr}Use double quotes ( " " ) around a phrase to find terms in the exact order, next to each other.{/tr} {tr}Example: "Alex Bell" will not find Bell Alex or Alex G. Bell but Alex Bells.{/tr}