I am developing an app in which i need to give searching option to user like if user enters ‘scienc’ the search functions should get the courses with name science or if in their description science like word occurs, i mean to say if user enters half word query should get full word by matching characters sequence but i don’t know how to implement this and i am using Entity Framework in my application.
One thing more i need to search from multiple tables.
Thanks in advance.
i think you want to implement AUto complete if so then following code will solved out your problem:
Code file:
Jquery code:
Hope this will fulfill your requirement.