If I have some documents at http://www.mysite.com/site/infrastructure/
and I want them excluded from the search results, I can control this
with the exclude varable. So I can put this in the search form:

<input type="hidden" name="exclude" value="*/infrastructure/*">

...and it should exclude the pages from the search result, right?

Trouble is, it doesn't work for me. Am I using the wrong syntax or
something? I also tried this form:

<input type="hidden" name="exclude"
value="http:/www.mysite.com/site/infrastructure/*">


Also, if I have three directories I want excluded, say:

http://www.mysite.com/site/larry/
http://www.mysite.com/site/curly/
http://www.mysite.com/site/moe/

and the rest of them, I want included, can I exclude multiple
directories with the exclude parameter? 

And can I do the opposite with restrict?

(This is not a matter of eliminating the pages from being indexed, as
there are other places I will want these results to appear.)

-- 
Richard Seymour : Anarchy Software, Inc.
- * - - * - - - * -+- * - - - * - - * -
      `°º¤ø,¸             ¸,ø¤º°'
             `°º¤ø,¸¸,ø¤º°

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to