I have a text box and search button same as stackoverflow, I have a field in database "Title", Now i want a sql query or some kind of logic which actually filter the string from "Title" field.
Eg. if I type "Stackoverflow is good website" in a searchbox.
Now I want those records from the table which contains "Stackoverflow" OR "is" OR "good" OR "website".
I don't know if this is possible using a query or I have to write a logic. FYI I am using salesforce.