Queries

With the MoinMoin search engine the same search patterns are allowed in the search and title search input fields as in the parameters for the FullSearch (FullSearchCached) and the PageList macros.

Examples

title:Help macro

searches for help pages that contain the word "macro".

apple (computer or "operating system")

searches for pages containing the word "apple" and at least one of "computer" or "operating system".

windows winamp or linux xmms

searches for pages containing both "windows" and "winamp", and also for pages containing both "linux" and "xmms".

"is text"

Will match "this text" or "is texts". Quotes are used only to include whitespace.

linkto:WindowsPage title:Linux

searches for pages that have "Linux" in the page name and that link to WindowsPage

r:\bdog\b

searches for the word "dog" and does not find e.g. the word "doggy".

help -domain:system

search for pages containing the word "help" but which are not system pages

category:CategoryHomepage title:thomas

search for pages in CategoryHomepage with the word "thomas" in the title (user homepages of all persons named Thomas)

TitleSearch and PageList

Xapian

See HelpOnXapian for more information on Xapian and its setup.