Level 50
Anyone?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Can anyone think of a reason for algolia PHP client (algolia/algoliasearch-client-php) not working on my local docker and working perfectly in production environment please?
$orders = \App\Order::search('foobar')->get();
dd($orders);
At first, I thought it had to be an async request, but since it works on a production I' bit confused while it shows me an empty set as a result?
Please or to participate in this conversation.