Allow case insensitive not equals operator

This commit is contained in:
Steffen Kolmer
2019-11-05 15:10:44 +01:00
parent a643b29491
commit cfd380d93f
3 changed files with 16 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ namespace Sieve.Models
private static readonly string[] Operators = new string[] {
"!@=*",
"!_=*",
"!=*",
"!@=",
"!_=",
"==*",