You know what would be nice on the basic search results page? A bit more
flexibility in how many items are displayed for each category.

Right now there are never more than 10 items shown. If there are 11
results returned you get a 'More...' link, which seems silly. Instead
of fixing it at 10, how about


Code:
--------------------
    
  if results.quantity < 20
  display all results
  else
  display 'More...' link
  display 10 results
  endif
  
--------------------


I would also always display the quantity found in each category. Right
now it's only shown when it's more than 10.

(The page could also use a little white space above the bold
'Artists:', 'Albums:', etc. headers.)


-- 
JJZolx
------------------------------------------------------------------------
JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=89096

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta

Reply via email to