On Sat, 02 Nov 2002 at 19:46:02 -0500, Adolfo Santiago wrote: > Is there a way I can ask searchd to ignore the HTML title and the META > keywords and description when performing a search? > > I've configured my system to use tl=off, ds=off, and kw=off but that doesn't > seem to be working.
Hmmh, this looks like a bug. The above is the equivalent of writing "body:(query_string)" as query input (i.e. $q). Try using this instead. e.g. to search for foo in only the body use the query string: body:(foo) Matt.
