Two ideas: 1. indexer doesn't index text section
The first case may happen because of wrong indexer.conf: either ***Weight (in 3.1.x) or Section (in 3.2.x) commands. You can check it in SQL monitor: SELECT rec_id FROM url WHERE url='url without txt'; SELECT word FROM dict WHERE url_id=X; where X is a reult of first query. Then just check whether all words appeared from document with id X. 2. search.cgi ignore text section at the search time. This is probably because of wrong "wf" value in search.htm David Coley wrote: > > I must have setup the search incorrectly somewhere but I can not find > where that was. The problem is, my search is only finding keywords in > the title. For example if I search for "kitchen" it only shows messages > that have kitchen in the title, if the word is in the body (url txt > section) it does not appear in the search result. > > Have I set something up wrong? Also I should point out that I have > modified my search program so that the txt section is now a 'text' mySQL > box so I can hold more of the message since I am using it for mailing > list archiving. > ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
