I'm using MySQL 5.5, so why can't I use FULLTEXT search, so please don't suggest it.
What I wanted to do is if the user has 5 records, for example:
Amitesh
Ami
Amit
Abhi
Arun
and if someone is looking for Ami, then he must return Ami first as an exact match, then Amit and Amiteh
source
to share