laravel / scout

Laravel Scout provides a driver based solution to searching your Eloquent models.
https://laravel.com/docs/scout
MIT License
1.54k stars 327 forks source link

[Typesense] Sync server state in getOrCreateCollectionFromModel #845 #846

Closed tharropoulos closed 1 month ago

tharropoulos commented 1 month ago

Updates the getOrCreateCollectionFromModel method in TypesenseEngine to verify if a collection exists on the server. If not found, it is created. This ensures consistency between the worker and server, fixing queue workers not being able to import after flushing, as mentioned in #845.

AbdullahFaqeir commented 2 weeks ago

Hi everybody,

I'll be working on this ASAP, apologise for all the time taken.