edgecase/spotbox

Sorting search results has broken

tonywok opened this issue · 1 comments

This worked at some point. Something was probably just messed up in the shuffle.

    -  setSortKey: function(view, event, ctx) {
    + setSortKey: function(event) {

Not sure if the template was changed or what, but the action called was expecting a strange function signature.