dcblogdev / dcblogcomments

2 stars 0 forks source link

laravel-full-text-search #25

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Laravel Full Text Search - DC Blog

https://dcblog.dev/laravel-full-text-search

azazqadir commented 3 years ago

Is full text search different from live search? Because i have created a live Laravel search using AJAX, but the process was not like this.

dcblogdev commented 3 years ago

I think this sums it up:

Full-Text Search in MySQL server lets users run full-text queries against character-based data in MySQL tables. You must create a full-text index on the table before you run full-text queries on a table. The full-text index can include one or more character-based columns in the table.

Full Text searches allow you to quickly search multiple columns including the contents in large bodies of text