php - How to get data by using full text indexing in laravel?

one text

Solution:

Why You just use Laravel Scout. It provide it officially and can be integrated with Agolia or TNTsearch indexing services. After using you can index them by SQLlite or Agolia

Source