Navigation Menu

Skip to content

Commit

Permalink
Specify order of facets
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 15, 2012
1 parent aa1005e commit 638c276
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/api/2011-02-01/search.js
Expand Up @@ -175,7 +175,8 @@ exports.createHandler = function(context) {

if (facetParameter) {
options.drilldown = facetParameter;
// TODO support sorting
options.drilldown_sortby = '-_nsubrecs';
// TODO support sorting parameter
// TODO support facet-FIELD-top-n parameter
}

Expand Down

0 comments on commit 638c276

Please sign in to comment.