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

sieve expert bugfix: for string matching, convert value to string first #2500

Merged
merged 1 commit into from
Jul 8, 2024

Commits on May 10, 2024

  1. sieve bugfix: for string matching, convert value to string

    For `:contains`, `=~` and `!~`, convert the value to string before matching avoiding an exception. If the value is a dict, convert the value to JSON
    sebix committed May 10, 2024
    Configuration menu
    Copy the full SHA
    cb1b8d8 View commit details
    Browse the repository at this point in the history