You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when i use getRawResults()
here's my code: $fulltext = new LaravelGoogleCustomSearchEngine(); // initialize $results = $fulltext->getResults('Startup Funding'); // get first 10 results for query 'some phrase' $rawResults = $fulltext->getRawResults();
here's the error: Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Call to undefined method JanDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngine::getRawResults()
anyone knows how to fix this?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I got this error when i use getRawResults()
here's my code:
$fulltext = new LaravelGoogleCustomSearchEngine(); // initialize $results = $fulltext->getResults('Startup Funding'); // get first 10 results for query 'some phrase' $rawResults = $fulltext->getRawResults();
here's the error:
Symfony \ Component \ Debug \ Exception \ FatalThrowableError (E_ERROR) Call to undefined method JanDrda\LaravelGoogleCustomSearchEngine\LaravelGoogleCustomSearchEngine::getRawResults()
anyone knows how to fix this?
Thanks in advance.
The text was updated successfully, but these errors were encountered: