At 6:01 PM +0100 12/15/00, [EMAIL PROTECTED] wrote:
>I wonder how the search engine works. Is it possible to truncate words
>(e.g.techn*), and how then?
Yes, using the prefix or substring fuzzy algorithms:
<http://www.htdig.org/attrs.html#search_algorithm>
>Can you search only for endings of words, like (e.g. *echnical)?
Yes, with the substring fuzzy algorithm.
>And how do you search with boolean expressions?
Set method to "boolean" in either the form or the config file, then
you can do whatever you want, e.g.:
(dog and cat) not (snake or turtle)
--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/
------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives: <http://www.htdig.org/mail/menu.html>
FAQ: <http://www.htdig.org/FAQ.html>