Enhancing the Searches :: SQL Server 2012

After you deploy a line-of-business (LOB) application to your customer, you realize it is not user friendly enough. End users have to perform many searches; however, they always have to know the exact phrase they are searching for.
  1. How could you enhance the end users' experience?

  2. How should you change your queries to support the enhanced user interface?
Answers
  1. You should use the Full-Text Search feature of SQL Server.

  2. You should revise your queries to include the full-text predicates, or use the full-text and semantic search table-valued functions.