X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=t%2Fcontrollers%2Fhelpers%2Fparse_filter.t;h=bfccf4eda61e6447e9e9929f66ae305f3b069d5f;hb=9cb34cff76c13bedbd421296e0ba7b9a703e6061;hp=7fab3da466a778134adb2f945aa91743039310be;hpb=98b64fe1e380c232428d63cea0eb5f44b1d1a2c3;p=kivitendo-erp.git diff --git a/t/controllers/helpers/parse_filter.t b/t/controllers/helpers/parse_filter.t index 7fab3da46..bfccf4eda 100644 --- a/t/controllers/helpers/parse_filter.t +++ b/t/controllers/helpers/parse_filter.t @@ -354,10 +354,12 @@ test { or => [ 'part.partnumber' => { ilike => '%term1%' }, 'part.description' => { ilike => '%term1%' }, + 'part.ean' => { ilike => '%term1%' }, ], or => [ 'part.partnumber' => { ilike => '%term2%' }, 'part.description' => { ilike => '%term2%' }, + 'part.ean' => { ilike => '%term2%' }, ], ] ],