Site Search main content
| Tips for Searching | Google | PmWiki.org |
PmWiki's search engine works similar to many simplified search engines.
- Spaces are used as separators between search terms to act as the AND boolean operator. PmWiki will find pages that contain all the search terms.
- Quotation marks are used to search for a phrase. For example
"apple pie"will find pages with the phrase apple pie. - Quotation marks are also used to search for for text with punctuation or special characters like
"System.Web". - A single hyphen before a search term acts as the NOT boolean operator. For example
apple -piewill return pages that contain the search termappleand that do not contain the search termpie.