Sometimes requires searching for multiple words and select records according to words matched instead of the exact words.
With only a single like
operator, it is not possible to search for multiple words.
Require to split the search term and use it with or
and like
operators.
In this tutorial, I am using the jQuery UI library for displaying a suggestion list according to the search input.