[ic] [more] / [more-list] Alpha Numeric

Brian Kosick interchange-users@interchange.redhat.com
Tue Oct 9 12:38:02 2001


<snip>


>I think if you add:
>
>         mv_sort_field=name
>
>it might work. I don't believe I have ever tried this one, Racke
>might have.

[query list=1 ml=50 more=1 st=db ma=yes mc=1 
rf=code,name,short_desc,price,qty,new_plant,disc tf=name sql=|
         SELECT p.code, p.name, p.short_desc,
         p.price, p.qty, p.new_plant, p.avail,
         p.disc
         FROM products AS p, zip_zone AS z
         WHERE z.zip = '[value search_zip]'
         AND p.zones ~ z.zone
         AND p.disc != '0'
         ORDER BY p.name;
         |
]

gives an internal server error, and the error log entry looks like

[09/October/2001:12:33:05 -0400] bluestone 
/cgi-bin/bluestone.cgi/process.html Runtime error: Can't call method 
"search_error" on unblessed reference at 
/usr/lib/interchange/lib/Vend/Search.pm line 994.