We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
In this tutorial, we will look at how to configure multiple search drivers in Laravel. As anyone familiar with Laravel knows, Algolia is the officially supported search driver, it is the only search engine that ships out of the box with Laravel scout.
However, because Algolia can get pretty expensive, we mostly turn to other free alternatives till it is absolutely required to use Algolia.
Assumptions:
This is not a from-the-scratch tutorial so here are a couple of assumptions I am making:
- You have built/curently building an app with the Laravel framework.
- You already have scout installed and most likely have one search driver currently set up. If not, checkout the documentation on how to do this
Scenario:
You want to reduce your cost to the barest minimum by using Algolia for specific models with expensive search operations while the remaining models use the free alternative you have setup.
continue reading on medium.com
⚠️ This post links to an external website. ⚠️
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.