Help/FuzzyPagesPlugin
The FuzzyPages plugin will search for similar page titles.
Pages are considered similar by averaging the similarity scores of the spelling comparison and the metaphone comparison for each page title in the database (PHP's metaphone() is an improved soundex function).
- https://www.php.net/manual/en/function.similar-text.php
- https://www.php.net/manual/en/function.metaphone.php
Usage
<<FuzzyPages s=pagename>>
Arguments
Argument |
Description |
Default value |
---|---|---|
s |
Pagename to look for |
None (mandatory argument) |
Example
<<FuzzyPages s=HomePage>>