mirror of
https://github.com/kyverno/policy-reporter.git
synced 2024-12-14 11:57:32 +00:00
commit
7eb9db0750
1 changed files with 1 additions and 1 deletions
|
@ -1446,7 +1446,7 @@ func generateFilterWhere(filter api.Filter, active []string) (string, []interfac
|
|||
equalIndex,
|
||||
equalIndex,
|
||||
))
|
||||
args = append(args, filter.Search+"%", filter.Search)
|
||||
args = append(args, "%"+filter.Search+"%", filter.Search)
|
||||
}
|
||||
if len(filter.ReportLabel) > 0 {
|
||||
for key, value := range filter.ReportLabel {
|
||||
|
|
Loading…
Reference in a new issue