we are using webinator for searching our intranet site.
Our problem is we want to exclude documents parts (like selection boxes) from indexing. I have read one posting about this topic and the solution is to modify the script walker "dowalk_beta". But I did not find any such script. Do we need to have anything else other than webinator?
Nope; the texis executable from Webinator will run it. The dowalk_beta script is an unsupported prototype scripted walker available at ftp://ftp.thunderstone.com/pub/dowalk_beta . It is a Vortex script replacement for gw.
In the settings function of the dowalk_beta script, you can turn off the inclusion of <SELECT> boxes in the formatted text of pages by adding the call:
<urlcp select off>
This assumes your texis -version is Mar 29 2001 or later. See the comments at the top of dowalk_beta for notes on how to run it.