Wiki leren
Jump to navigation
Jump to search
Contents
- 1 Related Topics
- 2 Zoeken
- 2.1 Tips
- 2.1.1 Preferences goed instellen
- 2.1.2 NIEUW: Sphinx
- 2.1.2.1 operator OR:
- 2.1.2.2 operator NOT:
- 2.1.2.3 field search operator:
- 2.1.2.4 field position limit modifier (introduced in version 0.9.9-rc1):
- 2.1.2.5 multiple-field search operator:
- 2.1.2.6 all-field search operator:
- 2.1.2.7 phrase search operator:
- 2.1.2.8 proximity search operator:
- 2.1.2.9 quorum matching operator:
- 2.1.2.10 strict order operator (aka operator "before"):
- 2.1.2.11 exact form modifier (introduced in version 0.9.9-rc1):
- 2.1.2.12 field-start and field-end modifier (introduced in version 0.9.9-rc2):
- 2.1 Tips
Related Topics
Publiek
- Wiki leren gebruiken als bezoeker en associate
- Wiki structuur van het 2Value kwaliteits handboek
Intern voor associates
- Intern ondersteuning voor het schrijven en aanvullen van de 2Value wiki.
- De machinerie onder de motorkap van de 2Value Wiki leren
Training associates d.d. 19 oktober 2010 in Den Bosch File:Mediawiki 2Value.pdf:
- tips & trics
- structuur 2Value wiki
- Zoeken en vinden
- video tutorial-links
Zoeken
Tips
![]() |
Voorbeeld instelling van je Preferences
|
![]() |
Voorbeeld Zoeken met All:
|
Preferences goed instellen
- Type All:' in de searchbox
- Stel je Preferences zo in dat alle namespaces worden doorzocht
NIEUW: Sphinx
De zoekfunctie is vervangen door een sphinx zoekfunctie. De meeste zaken die in de standaard mediawiki search werken werken ook in sphinx. Maar de huidige instelling van sphinx heeft ook een eigen match syntax. De volgende beschrijving komt van: http://sphinxsearch.com/docs/1.10/extended-syntax.html
The following special operators and modifiers can be used when using the extended matching mode:
operator OR:
- hello | world
operator NOT:
- hello -world
- hello !world
field search operator:
- @title hello @body world
field position limit modifier (introduced in version 0.9.9-rc1):
- @body[50] hello
multiple-field search operator:
- @(title,body) hello world
all-field search operator:
- @* hello
phrase search operator:
- "hello world"
proximity search operator:
- "hello world"~10
quorum matching operator:
- "the world is a wonderful place"/3
strict order operator (aka operator "before"):
- aaa << bbb << ccc
exact form modifier (introduced in version 0.9.9-rc1):
- raining =cats and =dogs
field-start and field-end modifier (introduced in version 0.9.9-rc2):
- ^hello world$