Imali Susanimalisusan.hashnode.dev·Jun 14, 2023Enhancing Laravel Scout Search with a Stop Words Removal HelperIntroduction When building search functionality with Laravel Scout, it's essential to provide users with accurate and relevant results. One common obstacle in search algorithms is the presence of stop words, which are commonly used words that carry l...3 likes·87 readsLaravel
Ruben Roblesblog.opensoutheners.com·Sep 12, 2022Extend Meilisearch integration capabilities on your Laravel ScoutLaravel 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 ...139 readsOpen SourcePHP