Crusader2010

Results 2 comments of Crusader2010

Hi guys. Any news on this?

Have you tried this? ``` [...] query.Select(x => new { JoinedItem = x.Property1 + " " + x.Property2 }) .Search(y => y.JoinedItem).Containing("searchTerm") [...] ``` Not sure EF knows about string.Join(),...