Have mysql table with field 'descript' and these sample values.
malik
ali
dali
other ali
Have mysql query like:
select * from table where descript like '%ali%'
Is it possible to sort select results buy the most relevant? So in this example I would like to have it: 1. ali 2. other ali 3. dali / malik ...