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

- Prevent unnecessary api calls on Collection (index). #818 #820

Closed AbdullahFaqeir closed 5 months ago

AbdullahFaqeir commented 5 months ago

Prevent unnecessary api calls on Collection (index) when updating/inserting ...etc. #818

AbdullahFaqeir commented 5 months ago

I believe we also need to add a testing step for typesense, but I'm honestly not knowledgable in github actions.