Skip to content

Search does not handle some special characters #47

@spicamelot

Description

@spicamelot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions