I don't know how to search column in a specify text, let me give you an example: Specify text is: "GBX Shoe Changed".
I have search
table like this:
ID | keyword
1 | shoe
2 | bag
3 | gb
4 | hat
I want to get records in search.keyword
in my specify text "GBX Shoe Changed".
The result are two records has ID 1 and 3.
Thanks.