Hi everybody!
I have an index populated with documents and I use the official PHP library (version 2.7.3).
After an api call like $SearchIndexObj->saveObject($data);
I can see that the document was updated by using the Algolia web app as ‘client’, but all subsequent calls to the api with the PHP library like $SearchIndexObj->search($query, $requestOptions);
returns the old object data.
I’m sure that Algolia::$cache
is set to NullCacheDriver
Anyone with the same problem and, hopefully, a solution?