I'm pretty new to Laravel and I've already got a light Laravel app running in production.
Now I have to implement a full-text search (e.g. search content in all posts), I came across these options:
Provided our current DAU is only 100+ and probably a few hundred searches a day, but hopefully, it will be scaled 100+ times later soon.
Which one should I go for and any Pro and Con between them? Anyone using Scout MySQL Driver instead of the default Algolia and is that worth the effort?