In Mysql full text search, i've search an phrase "it department" in the indexed field. But it returns the results containing the word department instead of "it department". please guide me to resolve this issue.
Following is the syntax i used,
select * from employees where match(contents) against("it department")
Thanks in advance