Actions
Bug #3397
closedmetacat needs server side sort mechanism
Start date:
06/16/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3397
Description
in the past, we've been using xslt to sort search results going to a browser or client. This works fine until you use paged search results when you need the results sorted before the paging takes place. we need to add functionality to give the server an attribute to sort on before it pages the results. this should probably work similar to the returnfields mechanism (or with the returnfields mechanism).
Related issues
Updated by Chad Berkley over 16 years ago
- Bug 3413 has been marked as a duplicate of this bug. ***
Updated by ben leinfelder almost 12 years ago
This should come with the SOLR implementation.
Updated by ben leinfelder over 11 years ago
- Status changed from New to Resolved
SOLR queries can specify a sort field 9or even a function!) - we will not implement this in pathquery.
Actions