Is it possible to search for whole given word in Full text search of mysql
问题 I am using Full Text Search with mysql on 3 columns. Assume data like: Row1 contain two columns with 'Greater Noida Expressway' and 'Sector 91'. Row2 contain two columns with 'Ho Chi Minh Marg' and 'Greater Kailash 2'. Row3 contain two columns with 'Rohini' and 'Sector 91' Now, if I query with SELECT * FROM trafficker.traffics WHERE MATCH (column1, column2) AGAINST ('Greater Noida'); Above query will result me first two rows as matching will be done on 'Greater' and 'Noida'. And 'Greater'