• The given example is working fine. But using contains in full text its not giving me the right answer

    I have changed the query as below.

    SELECT * FROM table_name WHERE CONTAINS(*, '"application''s%"')

    This query is not working... 🙁

    Thanks