in reply to Search Engines for Dummies
automatically, if you want it to. It can be done as simple as this:apples +bananas -"blue oranges"
It's one of these "just add water" modules at CPAN.my @doc_ids = $fts->search(qq{apples +bananas -"blue oranges"});
Another great search engine in perl is ksearch, and it does not need a database (it uses any DBM version you have access to).
/jeorgen
|
|---|