From 103177ad723696e2963d50bde0b1fa516d560a4c Mon Sep 17 00:00:00 2001 From: wainstead Date: Fri, 23 Jun 2000 01:30:27 +0000 Subject: [PATCH] Brought the full search in line with the rest of the code; still contains a small bug though... it does a full search on the serialized data so a search on "wiki" will return pages that do not seem to contain the word "wiki" (but the word appears in the "author" field). git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@91 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- wiki_dbmlib.php3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wiki_dbmlib.php3 b/wiki_dbmlib.php3 index 895b3f258..e782fb14b 100644 --- a/wiki_dbmlib.php3 +++ b/wiki_dbmlib.php3 @@ -1,4 +1,4 @@ - +