I want to create a search on Address field of xyzTable
If my searching string is āA B C Dā
XyzTable
ID
1, A B C D
2, A B
3, A B C
4, 1 A
6, 2 C
7, FF
8, KK
Search Result
Out put Record
1, A B C D
2, A B
3, A B C
4, 1 A
6, 2 C
The record which maximum match display first
I want to develop key word search like google
Regards
Anup