`Contains is not supported, doing a substring match over a text field is a very slow operation, and is not allowed using the Linq API.
The recommended method is to use full text search (mark the field as Analyzed and use the Search() method to query it.`
here is my LINQ Query
`query = from u in Session.Query
plz help me solve my problem
Mohsin MustufaPosted Oct 30, 2013, 2:13 AM
like u do in stackover flow that
Jaganathan BantheswaranPosted Oct 30, 2013, 1:44 AM