I am using the Laravel Scout Algolia driver. I am up and running with the instant search using autocomplete.jquery.js on the front end. But on backend when I query in my controller Class::search($query)->get()
it runs into a timeout.
Hosts unreachable: Resolving timed out after 1000 milliseconds,Resolving timed out after 1000 milliseconds,Operation timed out after 3037 milliseconds with 0 out of 0 bytes received,Resolving timed out after 3000 milliseconds
I have tried increasing timeout as well. Please help.