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

making second value case insensitive in evaluate condition #33

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

WesleyEdwards
Copy link
Contributor

@WesleyEdwards WesleyEdwards commented Feb 28, 2024

When doing a case insensitive text search, it will not make what you are searching by case insensitive.

Example:

searchable items: ["foo", bar"]
{StringContains: {value: "FOO", ignoreCase: true}}

This currently returns an empty list. This pr will make it so it returns ["foo"]

@UnknownJoe796 UnknownJoe796 merged commit fe430ab into master Feb 28, 2024
1 check passed
@UnknownJoe796 UnknownJoe796 deleted the evaluate-condition-ts branch February 28, 2024 20:58
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.

2 participants