Queries
MoinMoin 1.3 comes with a new search engine. The same search patterns are allowed in the search and title search input fields as in the parameters for the FullSearch and the PageList macros.
- before a search term means NOT - pages containing this term are excluded from the result
title:, regex:, linkto: and case: may be used in combination in one search term
Parentheses can be used for grouping
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, and do not mean "exactly this phrase".
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"
