Skip to content
Snippets Groups Projects
  1. May 18, 2006
  2. Feb 17, 2006
  3. Nov 27, 2005
    • Andreas Gohr's avatar
      Wildcardsearch added #552 #632 · ad81d431
      Andreas Gohr authored
      Now searching for word parts is possible by adding or prepending a *
      character to the searchword:
      
      'foo*' searches for words beginning with 'foo' eg. 'foobar'
      '*foo' looks for words ending in 'foo' eg. 'barfoo'
      '*foo*' gets anything with 'foo' in it eg. 'barfoobaz'
      
      darcs-hash:20051127180723-7ad00-1eb29e812ddaf38d9812697bb1cffffe9a5fb330.gz
      ad81d431
  4. Nov 03, 2005
    • Andreas Gohr's avatar
      hidepages configoption · 0dc92c6f
      Andreas Gohr authored
      This new option accepts a RegExp to filter certain pages from all automatic
      listings (RSS, recent changes, search results, index). This is useful to
      exclude certain pages like the ones used in the sitebar templates. The
      regexp is matched against the full page ID with a leading colon. If it
      matches the page is assumed to be a hidden one.
      
      IMPORTANT: this is not related to ACL. A hidden page is still visible to all
      users (if not restricted by ACL) when linked or called directly.
      
      darcs-hash:20051103101726-6e07b-8d45912a1b4f6cfc9e3fce147c15f84a58ea7ca2.gz
      0dc92c6f
  5. Oct 09, 2005
    • Andreas Gohr's avatar
      ignore regexp failures when handling asian chars · 91bb5faa
      Andreas Gohr authored
      The new handling of asian chars as single words needs a recent PCRE library
      (PHP 4.3.10 is known work). If this support isn't available the regexp
      compilation will fail. This patch adds a workaround - this means the search
      will not work as expected with asian words on older PHP versions.
      
      darcs-hash:20051009124833-7ad00-1319829be5cb73246e13eb65e4c950d43c6ce5bf.gz
      91bb5faa
  6. Sep 25, 2005
    • Andreas Gohr's avatar
      asian language support for the indexer #563 · 93a60ad2
      Andreas Gohr authored
      Asian languages do not use spaces to seperate words. The indexer however does
      a word based lookup. Splitting for example Japanese texts into real words is
      only possible with complicated natural language processing, something
      completely out of scope for DokuWiki.
      
      This patch solves the problem by treating all asian characters as single
      words. When an asian word (consisting of multiple characters) is searched it
      is treated as a phrase search, looking up each charcter by it self first,
      then checking for the phrase in found documents.
      
      darcs-hash:20050925175451-7ad00-933b33b51b5f2fa05e736c18b8db58a5fdbf41ce.gz
      93a60ad2
    • Andreas Gohr's avatar
      fix for backlinks · 134f4ab2
      Andreas Gohr authored
      darcs-hash:20050925102211-7ad00-200edd676ba3956f03ec5bcc5149d4aa4bd15e24.gz
      134f4ab2
  7. Sep 21, 2005
  8. Sep 12, 2005
  9. Sep 03, 2005
  10. Aug 28, 2005
Loading