| From | Stephen.DeGabrielle@cdu.edu.au |
| Date | Fri, 26 Sep 2003 08:54:09 +0930 |
| Subject | [greenstone-devel] re Sort order of search result list and browse list |
| Hi,
I only know half the answer; AZCompactList.pm is used at runtime to create this classification as per your collect.cfg file. If you open AZCompactList.pm in a text editor and search for 'sort' you should be able to find the bit of code that tells that specifies it to sort by date (AZCOmpactList.pm doesn't do the sorting - it uses another routine to do that - it just sets a flag so the leaves get sorted- by date is the default) As for the results of a search - I don't know - but I'd love to find out. I
One of my colleague just found that the sort order of search result list
May_7_1993
When I browsed the "people A-Z" classifier, which is a AZCompactList, I got
February_26_1993
Does anyone know the mechanism of the two sorting methods? Is it possible
Thanks a bunch! | |