Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Aug 22, 2012
1 parent 2b82fb6 commit 4432031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/2011-02-01/search.js
Expand Up @@ -198,7 +198,7 @@ exports.createHandler = function(context) {
})
.filter(function(field) {
return facetReturnableFields.indexOf(field) > -1;
});
})
.join(',');
options.drilldown = facetParameter;
options.drilldown_sortby = '-_nsubrecs';
Expand Down

0 comments on commit 4432031

Please sign in to comment.