I'm using the short/long mod .. When I view a single record via search or any other situation that results in a single record, it automatically goes to "display long record" even if there is only a short display for this record.
I'm pretty sure the quirk is in sub view_success, and specifially the routine that measures maxhits .. But I can't seem to find a solution. I've looked at the shorter/short/long threads and applied that, no avail. Now I'm back at short/long default ..
I'm not sure this can even be solved. The logic required to display 1 record and more than 1 would cause a catch 22 loop ( I seem to find these alot ) ..
If there is no way to do this, the solution would be to have the long record detect itself ( ie, everything goes to the long display.. and sas if $rec('long_desc') do my long code, else do my short code.
I bet the latter would be the easies thing to do, I'm just curious if anyone has solved this yet another way?
------------------
The Crowe crowe@charter.net
www.lit.org Links Engine for Writing on the net!

