jdrda / laravel-google-custom-search-engine

Laravel package to get Google Custom Search results from Google Custom Search Engine API for both free and paid versions.
MIT License
48 stars 17 forks source link

call to undefined method getTotalNumberOfResults() #4

Open shahzeyb opened 6 years ago

shahzeyb commented 6 years ago

as mentioned in the document if i want to get total result. then i have to do following $fulltext->getTotalNumberOfResults(). but when i do this then it says call to undefined method. i saw in files there is no method for that

thedamilare commented 3 years ago

The method was changed to $fulltext->getTotalNumberOfpages()