Codetrio Sphinx Search is a replacement for the default search of Zencart.
For large zencart stores the default search is slow and the result sometimes may not be relevant.
Sphinx is a popular open source full text search server that can blow your mind with their search speed.
Read more about Sphinx on their official website: http://sphinxsearch.com/
Re: Codetrio Sphinx Search Version 1.0 Support Thread
Hi Limitless,
Sorry for the delay. Had been busy and the zencart site has been giving 403 permission denied error lots of time I try to login.
If you have done the installation properly, The only reason would be the sphinx config your sphinx server is using.
Do the following:
1. Kill all the searchd processes running in your machine.
To do that use the following command to list the processes
>> ps aux | grep searchd
You should get the process ids in the list. Then kill the processes by
>> kill PROCESS_ID
2. Start searchd with the correct configuration, by
>> searchd -c YOUR_STORE_ROOT/sphinx/sphinx.conf
You should be able to search now.
You are correct regarding the language file. I did copy the default search result language file. Need to clean the file. I will do that and upload a version soon.
Re: Codetrio Sphinx Search Version 1.0 Support Thread
imranulh:
Hi Limitless,
Sorry for the delay. Had been busy and the zencart site has been giving 403 permission denied error lots of time I try to login.
If you have done the installation properly, The only reason would be the sphinx config your sphinx server is using.
Do the following:
1. Kill all the searchd processes running in your machine.
To do that use the following command to list the processes
>> ps aux | grep searchd
You should get the process ids in the list. Then kill the processes by
>> kill PROCESS_ID
2. Start searchd with the correct configuration, by
>> searchd -c YOUR_STORE_ROOT/sphinx/sphinx.conf
You should be able to search now.
You are correct regarding the language file. I did copy the default search result language file. Need to clean the file. I will do that and upload a version soon.
Happy searching
Yep. I am absolutely using the proper config file. I will step through the config/installation again, but I did not see my searches actually hitting sphinx in the sphinx logs.
Re: Codetrio Sphinx Search Version 1.0 Support Thread
Your module does not work at all.
no matter what keyword you enter to search,it always returns the same result.
my site is http://www.idevopen.com/
do you know what is the problem?