nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

mySQL engine doesn't work but mariaDB does #161

Open rei-gun opened 6 years ago

rei-gun commented 6 years ago

I was using mySQL engine on AWS' RDS service and I was getting bad, inaccurate search results. However on my local machine, which was running XAMPP, the results were great (XAMPP uses mariaDB engine). After a lot of messing around I decided to try mariaDB on AWS RDS and the results were perfect.

I'm running Lumen 5.4.*