Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Hi, > I have search for some keywords which has sotred in url or title table in the >database , but the search return empty result . > > I have tested with almost possible value for the wf parameter. > Can somebody tell me is there anything I have missed ? >
There are many possible reasons, mostly because of incorrect indexer and search configuration: Check that DBAddr, DBMode, LocalCharset are the same in both indexer.conf and search.htm. Then, if nothing helps, uncomment #define DEBUG_SQL in the top of sql.c, recompile, and run search.cgi from command line: ./search.cgi foo where foo is a word you want to find. search.cgi will display all queries being sent to SQL server. Reply: <http://www.mnogosearch.org/board/message.php?id=3869> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
