grohit 0 Newbie Poster

Hi,

I am trying to use MySQL full text search in my application, but surprisingly the query doesn't seem to be working for keywords like 'ASP.net','Vb.net' The query is given below,

SELECT * FROM tbl_postedjobs WHERE MATCH (keySkills) AGAINST ('ASP.net')