Search

Loading

google.load(‘search’, ‘1’, {language : ‘en’});
google.setOnLoadCallback(function() {
var customSearchOptions = {};
var imageSearchOptions = {};
imageSearchOptions[‘layout’] = google.search.ImageSearch.LAYOUT_POPUP;
customSearchOptions[‘enableImageSearch’] = true;
customSearchOptions[‘imageSearchOptions’] = imageSearchOptions;
var googleAnalyticsOptions = {};
googleAnalyticsOptions[‘queryParameter’] = ‘linux’;
googleAnalyticsOptions[‘categoryParameter’] = ‘ubuntu’;
customSearchOptions[‘googleAnalyticsOptions’] = googleAnalyticsOptions; var customSearchControl = new google.search.CustomSearchControl(
‘017591158160726035913:ybfhkq0pq5i’, customSearchOptions);
customSearchControl.setResultSetSize(google.search.Search.FILTERED_CSE_RESULTSET);
var options = new google.search.DrawOptions();
options.setAutoComplete(true);
customSearchControl.draw(‘cse’, options);
}, true);

Scroll to Top