Search examples
| Enter | To find pages whose content contains |
| apple pie | both 'apple' and 'pie' |
| "apple pie" | the phrase 'apple pie' |
| apple -pie | 'apple', omitting those containing 'pie' |
| food -"apple pie" | 'food', omitting those containing 'apple pie' |
| apple "-pie" | the words 'apple' and '-pie' |
| apple - pie | 'apple', '-', and 'pie' |
| "pie:" | the word 'pie' with a colon |
| "pie=tasty" | the phrase 'pie=tasty' |
| pmwiki/ | all pages in the PmWiki group |
Some special characters need to be enclosed in quotes, including the colon (:), equals sign (=), less than (<), single quote (') and double quote(").