• Hi Mathew,

    Thanks for you reply,

    But one thing i am not undestanding below query, can you explain why the result id different?

    select * from candidates WHERE contains(c_resume_text,'C++') -It shwoing c++ and also other than c++ results.

    select * from candidates WHERE contains(c_resume_text,'C++11') -It showing results.

    select * from candidates WHERE contains(c_resume_text,'C++1') -It showing Zero results.

    The 1st query showing c++ results and other than c++ results.

    What is the Difference between 2nd and 3rd query, i am not understanding...

    Just i removed one from 2nd query it not showing any result.if there is two ones after c++ it showing result.what is happening?can you explain.

    Thanks,