문제

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