Another new site using Swish-E:
http://www.alzheimers.org.uk/swish.pl?query=function
note that Word and PDF documents are indexed as well as HTML pages.
Thanks, Bill Moseley et al.!
Tom
-----------------+
tom dyson
t: +44 (0)1608 811870
m: +44 (0)7958 752657
work: http://torchbox.com
blog: http://throwingbeans.org
> Hi all,
>
> I send this e-mail to inform all of you that there is a new site tha use
> swish-e in production.
> It's the italian web page of "Gifts, Exchanges and Back Issues for Libraries".
> The link is http://www.cilea.it/Virtual_Library/bibliot/doppi.htm
>
> The site is in italian so I have translated the interface.
> I rank results only by date.
> I had a key to insert or not a pair of ' to the query string.
> To handle the query I have add that code to swish.cgi:
>
> my $check ='';
> $check = $q ->param('check_frase');
> if ($check eq 'frase'){
> $query =~ s/"//g;
> $query = '"'.$query.'"';
> }
>
>
> Thanks to all for your help (ex. Bill Moseley).
Received on Wed May 28 16:03:11 2003