[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
search problems
I am having problem with running a glimpse search.
Here is the error I get when trying to perform a
search:
24.144.33.134 4Gdy3jDs:24.144.33.134 - [11/November/1999:10:47:40 -0500]
antiques /cgi-bin/antiques/process Bad search column 'storecategory='
24.144.33.134 4Gdy3jDs:24.144.33.134 - [11/November/1999:10:47:40 -0500]
antiques /cgi-bin/antiques/process Bad search column 'storename='
24.144.33.134 4Gdy3jDs:24.144.33.134 - [11/November/1999:10:47:40 -0500]
antiques /cgi-bin/antiques/process Bad search column 'price='
24.144.33.134 4Gdy3jDs:24.144.33.134 - [11/November/1999:10:47:40 -0500]
antiques /cgi-bin/antiques/process Runtime error: Bad sort routine:
> sub {
> my @a = (split /\ /, $a, 2)[storecategory,storename,price];
> my @b = (split /\ /, $b, 2)[storecategory,storename,price];
> my $r;
> $r = &{$Vend::Search::Sort_field{'r'}}($a[0], $b[0]) and return $r;
> $r = &{$Vend::Search::Sort_field{'r'}}($a[1], $b[1]) and return $r;
> $r = &{$Vend::Search::Sort_field{'r'}}($a[2], $b[2]) and return $r;
> return 0
> }
All of the above mentioned search columns do exist. Here is the
search profile file:
mv_base_directory=/home/
mv_search_file=products.asc
mv_sort_field=storecategory,storename,price
mv_sort_option=,,r
mv_case=yes
mv_last=1
mv_substring_match=no
mv_orsearch=no
v_matchlimit=10
mv_search_page=results1
I would very much appreciate any help anyone could
give me.
Thank you
Pawel Opala