I somewhere read earlier about this, and failed to find it this time.
I have a table with 4 columns as follows:
+----+------+-------+-------------+
| id | Name | Title | Description |
+----+------+-------+-------------+
Now I read that we can combine the Name, Title and Description in such a way that you can search later on and output will be sorted based on the text repeat.
For eg: If I search for "Who is James"
It will search for it in Name, Title and Description and will return the rows based on Existence of this string Partially or fully within the columns.
Please help!!!