© 2026 Hashnode
Every application eventually needs search. At first, a few WHERE LIKE queries get the job done. But as your data grows and your users expect instant, typo-tolerant, relevant results, those SQL queries start showing their age. Response times climb, re...

Is It Worth Investing Resources in a Third-Party Search Engine? Here Are Our Reasons We are continuously working on improving our product Feedback by Hexmos day by day for the upcoming release. New features and pages are coming up, the UI is changing...

One of the most powerful features of Laravel is its ability to integrate with many different services. By default, Laravel integrates with the Meilisearch service. This allows you to easily query your data using the Laravel Eloquent ORM. But what if ...

Laravel Scout is the perfect full-text search implementation for your Laravel application, it allows to connect to multiple search engines: Collections (for local testing), database (for a much simple to maintain), Meilisearch or Algolia (for a much ...
