I have a table with movie names, and I want to be able to search for a movie in this table. But I want to be able to search for a part of the name and still return the result. For example, if there is an entry called “Quantum of Consolation,” then I want to be able to search for “quantum comfort” or even “007: quantum comfort”, and I want to find this entry. Is there any way to do this?
EDIT And how do I sort by match? That is, the row that matches most should be returned first.
source share