I want to create a search page for my website. The logic is the user enters some keywords and I should search those words then sort the result by best matches. i.e: The user enters: "MVC Microsoft WPF ASP.Net". I want to show those results which contain most matches, such as:
Best Matches:
Learning Microsoft ASP.Net MVC
How to host a WPF form in Microsoft ASP.Net
Partial matches:
Microsoft MVC
Microsoft WPF
Microsoft ASP.Net
ASP.Net MVC
Keyword Matches:
MVC
Microsoft
WPF
ASP.Net