Diff: FuzzyPages

Differences between current version and predecessor to the previous major change of FuzzyPages.

Other diffs: Previous Revision, Previous Author

Newer page: version 5 Last edited on 17 January 2022 3:00 by harold
Older page: version 4 Last edited on 25 September 2005 4:15 by The PhpWiki programming team Revert
@@ -1,5 +1,5 @@
-<?plugin FuzzyPages ?
+<< FuzzyPages>
  
 ---- 
  
 Additional Searches: 
@@ -14,5 +14,8 @@
 <?plugin-form CreatePage?> 
  
 ---- 
  
-<?plugin IncludePage page=FindPage quiet=1 section=Tips sectionhead=1 ?
+<< IncludePage page=FindPage quiet=1 section=Tips sectionhead=1>>  
+  
+----  
+[[CategoryActionPage]]  

current version

You must enter a search term.


Additional Searches:


Create or edit page:


Tips

  • Separate words with a space. All words have to match as substrings.
  • 'OR', grouping with parenthesis, string-quoting and some glob-style wildcard characters are also supported.
  • To exclude words from a title search or full text search, prepend a '-'.
  • Use '^xx' or 'xx*' to match words starting with 'xx'.
  • Use '*xx' or 'xx$' to match words ending with 'xx'.
  • Use '^word$' to match exact words.
  • Use regex=auto and 're:' like 're:word.*xx' or regex=posix to use Posix regular expressions. (not yet)
  • Use regex=auto and '//' like '/^word$/' or regex=pcre to match using Perl-style regular expressions.
  • Use regex=sql to match using SQL-style wildcards '%' and '_'.
  • Use regex=none to match any wildcards verbatim.

CategoryActionPage