Hi Dizz,
I think you are looking for this file:
includes\modules\pages\advanced_search_result\header_php.php
Some time ago I added this as a quick hack:
Code:
$_GET['keyword'] = trim($_GET['keyword']);
(somewhere at the top of the file)
But I am not really satisfied and will probably make other adjustments.
The part of the file you are looking for probably is:
Code:
$where_str .= "(pd.products_name LIKE '%:keywords%'
OR p.products_model
LIKE '%:keywords%'
OR m.manufacturers_name
LIKE '%:keywords%'";
If you find your solution I hope you will post it here