From a0133903527ce090e96e038e8880d83c4943bdb3 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Wed, 30 Mar 2011 01:35:47 +1100 Subject: [PATCH] Search comment/help/description update to include wildcards --- mod.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod.php b/mod.php index 2e73bf44..21e001ad 100644 --- a/mod.php +++ b/mod.php @@ -111,7 +111,7 @@ '' . '' . '' . - '

(Search is case-insensitive, and based on keywords. To match exact phrases, use "quotes".)

' . + '

(Search is case-insensitive, and based on keywords. To match exact phrases, use "quotes". Use an asterisk ("*") for wildcard.)

' . ''; } @@ -309,7 +309,7 @@ '/>' . '' . '

' . - '

(Search is case-insensitive, and based on keywords. To match exact phrases, use "quotes".)

' . + '

(Search is case-insensitive, and based on keywords. To match exact phrases, use "quotes". Use an asterisk ("*") for wildcard.)

' . ''; if(isset($_POST['search']) && !empty($_POST['search'])) {