-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Hello,
I am filtering a list of users by using a search pattern and NinjaNye.SearchExtensions 3.0.1.
One of the user has a special character within its name ( the literal Æ )
The search returns all expected results but the user with the special character.
Here is my code :
string pattern = "";
var coaches = context.Coaches.Search(t => t.UserName.ToLower())
.Containing(pattern.ToLower())
.OrderBy(c => c.UserName);
// a row is missing in the coaches variable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels