Op dit moment zijn er beperkte mogelijkheden tot zoeken.
De volgende zoekfuncties worden ondersteund:
Operator | Omschrijving | Voorbeeld |
+ | Een + voor een woord geeft aan dat dit woord minimaal moet voorkomen. | Jezus +Justus Geeft als resultaat alles waar beide woorden in naar voren komen. |
- | Een - voor een woord geeft aan dat dit woord niet mag voorkomen. | Jezus +Justus Geeft als resultaat alles waar Jezus in naar voren komt, maar niet Justus. |
(geen operator) | Default, is het woord optioneel, maar als deze voorkomt zal die hoger in de lijst komen. | Susa Perzië Geeft als resultaat alles wat minimaal een van deze woorden bevat. |
> < | These two operators are used to change a word's contribution to the relevance value that is assigned to a row. The > operator increases the contribution and the < operator decreases it. | +join +(>left <right) Find rows that contain the words 'join' and 'left' or 'join' and 'right' (in any order), but rank 'join left' higher than 'join right'. |
( ) | Parentheses group words into subexpressions. Parenthesized groups can be nested. | |
~ | A leading tilde acts as a negation operator, causing the word's contribution to the row's relevance to be negative. | '+join ~left' Find rows that contain the word 'join', but if the row also contains the word 'left', rate it lower than if row does not. |
* | Een asterisk (*) achter een woord laat alles zien wat begint met de opgegeven tekst | Beth* geeft als resultaat Beth Horon, Beth Shean, Bethlehem, etc. |