I have done quite a bit of research on what, in my opinion, would be an easy question, but I cannot find what I am looking for. I'm just trying to return a post as a match only with a search term matching the portion of the text in the post.
For example, if a user searches for "ed," I would like any record containing "ed" to be returned. Therefore, if there is an entry in the name column with the name "Edward", it will be returned as a match. If the description had a βcompletedβ entry, it would also return that entry to match.
I looked at the full-text search, but I'm not sure if this is what I will need to do, or if it even does what I need.
As always, I'm not looking for an answer, if I say, I'm just looking for a direction.
Droid source
share