I would like to disable the sorting on the facets autocomplete. I tried to take a look but my JS skills are still limited.
I found this in the search_facet.js:
resp(_.sortBy(matches, function(match) {
if (match == value || match.value == value) return '';
else return match;
}));
But I don't know how to fix it :(
May I have some help here?
Hi there,
I would like to disable the sorting on the facets autocomplete. I tried to take a look but my JS skills are still limited. I found this in the search_facet.js:
But I don't know how to fix it :( May I have some help here?
Cheers, dOob d'Argent