 Subject: [devel] Contribution, Mason frontend for udmSearch
    Date: Thu, 24 Aug 2000 10:48:15 +0200
    From: Frank Breedijk <FrankB@InterXion.com>
      To: "'devel@search.udm.net'" <devel@search.udm.net>

Dear Sirs/Madams,

Based on the perl frontend from the installtion archive, I have taken the
liberty to write a mason frontend for your search engine.

I based it on the modules udmDB.pm and udmParser.pm. I had to fix a bug in
the remove_stopwords routine of udmDB.pm

my $new_word = "";

Was changed to 

my $new_words = "";

Frank Breedijk

