hey i am just asking about Algolia API (search engine) once i stored record into indices then how an i update that when i am looping record how can i add condition to get record through objectID from algolia if the record exist then update otherwise add record into Algolia Answer use partialUpdateObjects and set ‘createIfNotExists’ => true doc is
Tag: algolia
Algolia not importing my records laravel scout
I am using laravel scout to implement my text search. I followed all the configuration instructions and imported the records. When I do that i get this success message Imported [AppThread] models up to ID: 8 but in algolia I can’t see my records for the given index, it keeps saying I have 0 records. I am currently using my