Forums / Developer / Help - Search not working

Help - Search not working

Author Message

meriam santos

Tuesday 18 August 2009 1:59:57 pm

Hi all,

My problem is that i have an existing search function. when i try to update an object,
Example: Fruit - Selection Options - Apple, Banana, Grapes.

If i try to change Apple to Orange(all the records that has Apple will be update to Orange).
When I search it using Orange it will not display the record.

how do i update the records to from Apple to Orange.

I tried clearing the Cache but it still not showing up whenever i search for it. i wanted to edit the records in the database but dont know how to.

would really apreciate any help.

Jean-Luc Nguyen

Wednesday 19 August 2009 12:53:09 am

Hello,

Try to execute in your cron this script, which is reindexing data:

php bin/php/updatesearchindex.php

http://www.acidre.com

meriam santos

Wednesday 19 August 2009 4:18:29 pm

Thanks for your reply.

It solved my problem.

Cheers to this forum