[EMAIL PROTECTED]'s bits of Sat, 10 Nov 2001 translated to: >I'm trying to make limit search by searching a group of >directorys. Using limitation of single directory won't work since >I have content which is in multiple directorys.
Hi - Have you checked http://www.htdig.org/FAQ.html#q4.20 ? In particular, I think the restrict and exclude form inputs might do what you need. You can supply multiple patterns using a | as the separator. For example, <INPUT TYPE="HIDDEN" NAME="restrict" VALUE="/java/|/php/|/man/"> <INPUT TYPE="HIDDEN" NAME="exclude" VALUE="/doc/|/test/|/php/"> Jim _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

