|
@@ -74,10 +74,14 @@ function smf_db_search_query($identifier, $db_string, $db_values = array(), $con
|
|
|
'~IF\sEXISTS~i' => '',
|
|
|
),
|
|
|
'insert_into_log_messages_fulltext' => array(
|
|
|
+ '~LIKE~i' => 'iLIKE',
|
|
|
+ '~NOT\sLIKE~i' => '~NOT iLIKE',
|
|
|
'~NOT\sRLIKE~i' => '!~*',
|
|
|
'~RLIKE~i' => '~*',
|
|
|
),
|
|
|
'insert_log_search_results_subject' => array(
|
|
|
+ '~LIKE~i' => 'iLIKE',
|
|
|
+ '~NOT\sLIKE~i' => 'NOT iLIKE',
|
|
|
'~NOT\sRLIKE~i' => '!~*',
|
|
|
'~RLIKE~i' => '~*',
|
|
|
),
|