Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined method getRawResults() #6

Open
jayomayan opened this issue Oct 17, 2018 · 1 comment
Open

Call to undefined method getRawResults() #6

jayomayan opened this issue Oct 17, 2018 · 1 comment

Comments

@jayomayan
Copy link

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.

@thedamilare
Copy link

The method is actually getRawResult() without the 's'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants