I'm using Scout + Algolia to search through a table in my Laravel application. The only sticking point I have is when deleting a model. My understanding is that when a model is deleted scout will update algolia and then in turn update my indices. Once a model is deleted I redirect back to the route which has my search, but the route requires me to hard refresh to see any updates to my search list.
Any thoughts on what the issue may be?
Thanks