Diff: Help/FuzzyPagesPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 2 and previous revision of Help/FuzzyPagesPlugin.
Other diffs: Previous Major Revision, Previous Author
Newer page: | version 2 | Last edited on 22 May 2014 3:01 | by harold | Revert |
Older page: | version 1 | Last edited on 17 January 2022 18:35 | by harold | Revert |
@@ -4,10 +4,10 @@
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
+* http
://www.php.net/manual/en/function.similar-text.php
+* http
://www.php.net/manual/en/function.metaphone.php
== Usage ==
{{{
<<FuzzyPages s=pagename>>
@@ -22,9 +22,9 @@
! Default value
|-
| **s**
| Pagename to look for
-| //none// (mandatory argument)
+| empty
|}
== Example ==
@@ -37,10 +37,9 @@
== Author ==
* [[Help:Reini Urban|Reini Urban]]
== See Also ==
-* [[Help:LikePagesPlugin]]
<noinclude>
----
[[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
</noinclude>
version 2
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).
http://www.php.net/manual/en/function.similar-text.php
http://www.php.net/manual/en/function.metaphone.php
Usage
<<FuzzyPages s=pagename>>
Arguments
Argument |
Description |
Default value |
---|---|---|
s |
Pagename to look for |
empty |
Example
<<FuzzyPages s=HomePage>>