iemo2007

Results 1 comments of iemo2007

I've the same problem This code in the tutorial var result = context.Users.Search(x => x.FirstName, x => x.LastName, x.MiddleName) .Containing("John") .ToRanked() .OrderByDescending(r => r.Hits) // Order by Hits property of...