search bar finished
This commit is contained in:
@@ -66,7 +66,7 @@ public abstract class QueryParameters
|
||||
(
|
||||
!string.IsNullOrEmpty(property)
|
||||
&&
|
||||
new Regex(regexQuery).IsMatch(property)
|
||||
Regex.IsMatch(property, regexQuery, RegexOptions.IgnoreCase)
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user