Escape forward slashes in search terms, otherwise PHP thinks the regex has ended...
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 17 Apr 2008 15:38:26 +0000 (15:38 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Thu, 17 Apr 2008 15:38:26 +0000 (15:38 +0000)
commit377f79b5b8c596be01f58dd2fb6926fdc9107fef
treee12d41dc6edcf915b50813299764f869a0d76ddb
parent724def7befc8c5980763822c71f45110c7f48967
Escape forward slashes in search terms, otherwise PHP thinks the regex has ended and starts treating the rest of the characters in the string as PCRE modifiers.
RELEASE-NOTES
includes/SearchEngine.php