Вопрос

I need to change the results ordering via setSearchStartingCallback.

This is to order the results by date if user is on "news" refinement (tab).

customSearchControl.setSearchStartingCallback(this, function(sc, searcher, query) {
     document.getElementById('SearchForm_Search').value = query;              
});
Это было полезно?

Решение

There wasn't a setting to this using the google-custom-search api, I ended up using custom javascript magic

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top