0

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.

1 Answer 1

2

No. Option is to parse your query language and either construct valid Linq query or ESQL.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.