Tiki uses the asterisk "*" as wildcard symbol that broadens a search by finding words that start with the same letters.
Beispiel: Home* will find objects that contain a term starting with "Home" like "HomePage", "Home", "Homework", etc.
Standardmäßig sind alle Suchbegriffe optional. Dieses Verhalten entspricht der ODER-Logik. Objekte, die mehr Begriffe enthalten, werden in den Ergebnissen höher bewertet und daher weiter oben erscheinen. For example,wiki forumwill find:
Du kannst auch AND oder OR oder NOT für eine Bool'sche Suche benutzen. Beispiel: wiki und forum findet Objekte mit beiden Begriffen. Example:wiki or forumwill find objects with one of the term.
Benutze Klammern ( ) um Begriffe in Unterausdrücke zu gruppieren. 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.