Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Perhaps adjust matcher to default to case-insensitive matching #5

Open
farinspace opened this issue Oct 13, 2010 · 1 comment
Open

Comments

@farinspace
Copy link

return new RegExp(typed, 'i');

I know you can override the matcher function at runtime through the settings, but this really tripped me up when I was first used the demo page to see if this solution was viable. My first impression was that something was broken, as I typed in "lon" vs "Lon" on the London example.

@reinh
Copy link
Owner

reinh commented Oct 19, 2010

Good call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants