On Sun, 03 Nov 2002 at 14:17:53 +1300, Matt Sullivan wrote: > On Sun, 03 Nov 2002 at 14:16:10 +1300, Matt Sullivan wrote: > > > 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) > > Actually, a work around is to set "tl=off&ds=off&kw=off&bd=on".
Now, before you ask, is there a way to hide the "body:" from the query string ... if you were using the PHP module this would be trivial ;) Matt.
