I am on MVC3 & Entity Framework.
Is there a direct way to run user's search query on a text column in Entity Framework (linq?) ?
Like, if the user types - (john or orders) and washington, the sql query automatically interprets the expression and returns the results.
If not, what are the other options?
Thanks.