customSearchControl = new google.search.CustomSearchControl(cse_api_key);
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
- //options.enableSearchResultsOnly();
- options.enableSearchResultsOnly("http://google.com/cse?cx="+cse_api_key, null, true);
- options.setAutoComplete(true);
+ options.setAutoComplete(true);
+ options.enableSearchResultsOnly();
+ //options.enableSearchResultsOnly("http://google.com/cse?cx="+cse_api_key, null, true);
//options.enableSearchboxOnly("http://google.com/cse?cx="+cse_api_key, null, true);
customSearchControl.draw('cse');
}, true);