Crusader2010
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(),...
What's the point of searching for an empty string? Why not just return the whole list of users? Also, does your database collation properly handle special (unicode) characters? Is it...
It could be related, yes. I did update the GPU driver but wasn't aware/didn't notice issues with Fan Control after previous GPU updates.