You are here:  » search will not return products

Support Forum



search will not return products

Submitted by bnedelcov on Tue, 2010-04-06 11:15 in

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.

Submitted by support on Tue, 2010-04-06 12:16

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.

Submitted by bnedelcov on Tue, 2010-04-06 12:51

Thanks a lot it did the trick