php - Opencart Case sensitive search? -
i'm using opencart version 1.5.6.4 , search results appear case sensitive?
if search "product name" , actual product name "product name" opencart homecoming no results.
is there anyway of ignoring case?
this has been resolved.
i had updated previous version of opencart , imported product info (utf8_bin). since 1.5 database has been switched utf8_general_ci collation text matching in queries no longer case sensitive.
just updated database collation utf8_general_ci. issue resolved.
php search opencart
No comments:
Post a Comment