Google自定义搜索更改排序搜索开始回调

时间:2014-05-08 08:54:49

标签: google-search google-search-api google-custom-search

我需要通过setSearchStartingCallback更改结果排序。

如果用户在" news"这是按日期订购结果细化(标签)。

customSearchControl.setSearchStartingCallback(this, function(sc, searcher, query) {
     document.getElementById('SearchForm_Search').value = query;              
});

1 个答案:

答案 0 :(得分:0)

使用google-custom-search api没有设置此设置,我最终使用自定义javascript魔法

相关问题