I found the same problem, I use MySQL.
You can modify file '\include\search_functions.php' in line 111, add '%' in LIKE string.
'WHERE' => 'w.word LIKE \'%'.$forum_db->escape(str_replace('*', '%', $cur_word)).'%\''
You are not logged in. Please login or register.
PunBB Forums → Posts by cnzxy
Pages 1
I found the same problem, I use MySQL.
You can modify file '\include\search_functions.php' in line 111, add '%' in LIKE string.
'WHERE' => 'w.word LIKE \'%'.$forum_db->escape(str_replace('*', '%', $cur_word)).'%\''
Pages 1
PunBB Forums → Posts by cnzxy
Powered by PunBB, supported by Informer Technologies, Inc.