Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
var options = {
    lang:'en',
	scope:'desktop'
}
    
empathySearch.fullsearch('term', 1, 10, options, function(data){
    //the data object will contain search results, links and top trends
    alert('test');
});

...