Thread Starter
enpz
(@enpz)
resolved
custom-searchable-data-entry-system/sds-main.php
Find the place where it looks like below (there are 2 occassions: line 1441 and line 1527 – do the following changes on both occasions)
After WHERE increases field_id = 2
$results_sql = “SELECT id,field_id,field_input FROM ” . $table . ” WHERE field_id=2 AND field_input COLLATE UTF8_GENERAL_CI LIKE ‘” . $_POST[‘sds-search-data’] . “%’ ORDER BY id ASC”;
Thread Starter
enpz
(@enpz)
Hi,Tom
As you say, the problem has been solved, thank you very much!