@godzilaravel you can checkout Laravel Scout and use Algolia driver:
https://laravel.com/docs/8.x/scout https://www.algolia.com/doc/framework-integration/laravel/getting-started/installation/?client=php
Super easy to setup as well!
Hello ,
I need to create a search engine for my application , this search engine should search into all tables,
I mean: search in products table and users table and almost everything ...
I'm thinking about Elasticsearch and Redis.
Any suggestions ?
A good alternative for ElasticSearch is https://www.meilisearch.com/
Laravel also has a tool for searching called Laravel Scout. This has support of the box for tools like ElasticSearch, Meilisearch, and Algolia.
Documentation: https://laravel.com/docs/8.x/scout
Please or to participate in this conversation.