Database Compatibility

If you are experiencing issues with accent(diacritic) or case sensitiveness, you can force the search to try these tweaks.
The search works according to your database collation settings, so please be aware that this is not an effective way of fixing database collation issues.
If you have case/diacritic issues then please read the MySql manual on collations or consult a database expert - those issues should be treated on database level!

array( array('option' => 'None', 'value' => 'none'), array('option' => 'Sensitivity', 'value' => 'sensitivity'), array('option' => 'InSensitivity', 'value' => 'insensitivity') ), 'value'=>wpdreams_setval_or_getoption($com_options, 'db_force_case', 'asl_compatibility_def') ) ); $params[$o->getName()] = $o->getData(); ?>

Will try to force unicode character conversion on the search phrase.

Will try to force utf8 conversion on all LIKE operations in the WHERE and HAVING clauses.

$_POST['db_force_case'], "db_force_unicode" => $_POST['db_force_unicode'], "db_force_utf8_like" => $_POST['db_force_utf8_like'] ); update_option('asl_compatibility', $values); $updated = true; } ?>
Search compatibility settings successfuly updated!

DEMO MODE ENABLED - Please note, that these options are read-only