Ich muss in die Liste "Vorschläge" der Suche eingreifen. Leider finde ich das verantwortliche Script nicht! <grrrrr> Für zeilführende Tipps bereits jetzt 1000Dank!
PHP: $result = xtc_db_query(' SELECT DISTINCT pd.products_id AS products_id, pd.products_name AS products_name FROM products p ' . $t_attr_from . ', products_description pd, products_to_categories ptc WHERE p.products_status = 1 AND p.products_id = pd.products_id AND (pd.products_name LIKE "%' . $c_needle . '%" OR p.products_model LIKE ("%'.$c_needle.'%") OR p.products_ean LIKE ("%'.$c_needle.'%") ' . $t_desc_where . ' ' . $t_attr_where . ') AND pd.language_id = "' . (int)$_SESSION['languages_id'] . '" ' . $t_group_check . ' AND p.products_id = ptc.products_id AND ptc.categories_id != 9 ORDER BY pd.products_name LIMIT 0,10'); ungetestet, ohne Gewähr