Ajuda

Els documents es retornen ordenats per rellevància en funció de l'ordre, la proximitat, la freqüència dels termes.

Comportament de cerca predeterminat

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:

  • objectes que incloguin ambdós termes tokenitzats
  • objects that include the termwiki
  • objects that include the termforum or forums

Operadors booleans

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.

Agrupant Termes

Utilitza parèntesis () per agrupar termes en subexpressions. Example:wiki and (forum blog)will find objects that containwikiandforumor that containwikiandblogin any order.

Trobant Frases

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.