Firstly, I tried all the questions & answers related to this topic. Additionally and I tried related questions and try to solve them but with no success. So please read my question thoroughly.
Problem: I have Execute Query but getting only First Record are get .
I want to All Record Related to search String Using Match-Against
Refer Already Link
- mysql-search-exact-word-from-string
 - improving-mysql-match-against-search
 - mysql-match-against-full-text-search
 - mysql-match-against-like-search
 
Query : select * from Student where MATCH (address) AGAINST ( '(india*) (India) (*India)' IN BOOLEAN MODE)  ;
Database Record:
- India
 - SPIndiaTest
 - Test2India