laravel-google-custom-search-engine
laravel-google-custom-search-engine copied to clipboard
call to undefined method getTotalNumberOfResults()
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
The method was changed to $fulltext->getTotalNumberOfpages()