]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/commit
Add phrase_starts_with
authorrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 4 Jun 2009 08:12:59 +0000 (08:12 +0000)
committerrurban <rurban@96ab9672-09ca-45d6-a79d-3d69d39ca109>
Thu, 4 Jun 2009 08:12:59 +0000 (08:12 +0000)
commit0da3a233d6a155a67db1b05383bbacb1015c69eb
treef11a72ad3a1c244a4480d45a2593b8519288e2d6
parent304467694ead347d5de7609f536d84363a2ef3ed
Add phrase_starts_with
  ^S != S*   ^x  matches only beginning of phrase, not of word
             x*  matches any word beginning with x

git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6853 96ab9672-09ca-45d6-a79d-3d69d39ca109
lib/TextSearchQuery.php
lib/plugin/TitleSearch.php