Tiki uses the asterisk "*" as wildcard symbol that broadens a search by finding words that start with the same letters.
Ex.: Home* will find objects that contain a term starting with "Home" like "HomePage", "Home", "Homework", etc.
Per omissió, tots els termes de cerca són opcionals . Es comporta com una OR lògica. Els objectes que contenen els més termes s'han valorat més alt en els resultats i apareixeran primer. For example,wiki forumwill find:
Pots utilitzar AND o OR o NOT també per fer una cerca booleana. Exemple: wiki and fòrum trobarà els objectes amb els dos termes. Example:wiki or forumwill find objects with one of the term.
Utilitza parèntesis () per agrupar termes en subexpressions. Example:wiki and (forum blog)will find objects that containwikiandforumor that containwikiandblogin any order.
Use double quotes ( "" ) around a phrase to find terms in the exact order, next to each other. Example:"Alex Bell"will not findBell AlexorAlex G. BellbutAlex Bells.