Skip to content

Conversation

@nkey-ops
Copy link

The option if enabled will fail matches where the difference between the characters relies only on their cases. New changes will keep the default logic while adding extra precision to match results when it is necessary.

Even though there is a scoring bonus that gives more 'points' for a matching when characters have correct cases when I needed to introduce my own sorting logic I needed to completely eliminate the matches that don't have correct cases, it's extremely useful when working with camel cases.

Example:
"Text" won't match "text" and vice versa.

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

Successfully merging this pull request may close these issues.

1 participant