Hi everyone,
I am new to PT and I have a problem. My search box does not work. The website I am talking about is {link saved} and whatever I search in there, I get no results. I have a test product in the db called "test produs 1" and I can see it if I navigate from the category, or brand or merchant.
Can you guys please direct me to a solution?
Thanks a lot,
Bogdan.
Hello Bogdan,
When you have only one product in the database the full text index is not able to work as it considers all words "too common" to put in the index.
Whilst you are testing, in your config.advanced.php, change line 8 to:
$config_useFullText = FALSE;
...and you should then get results for any valid query...
Cheers,
David.