Closed hbluestar27 closed 4 years ago
$options = [ 'hl' => 'en-US', 'tz' => -60, # last hour 'geo' => '', ]; // geo is worldwide
If I set the option as above, relatedQueries does not work. Who can give me a solution for worldwide relatedQueries?
Fixed c15eaf56577f8bd940387bd4012b26b675710299
$options = [ 'hl' => 'en-US', 'tz' => -60, # last hour 'geo' => '', ]; // geo is worldwide
If I set the option as above, relatedQueries does not work. Who can give me a solution for worldwide relatedQueries?