Colin Henein wrote:
> Is it legal to use a pattern like: art*main.html in the
> exclude_urls entry?
> Could I make a pattern like: art?/main.html
> or can I use a regex like: art\d/main\.html$
Right now, in version 3.1.x, you cannot use regular expressions. It's
supported in the current development code and will be in version 3.2.
You can, however, use any length of string, possibly joined by a logical
OR by using the '|' character.
> If this isn't the way patterns work, is there anything that I can
> do? perhaps build 2 indices, then merge?
This would certainly be a workaround.
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.