Revision a0a34d07
Von Sven Schöling vor fast 7 Jahren hinzugefügt
t/controllers/helpers/parse_filter.t | ||
---|---|---|
354 | 354 |
or => [ |
355 | 355 |
'part.partnumber' => { ilike => '%term1%' }, |
356 | 356 |
'part.description' => { ilike => '%term1%' }, |
357 |
'part.ean' => { ilike => '%term1%' }, |
|
357 | 358 |
], |
358 | 359 |
or => [ |
359 | 360 |
'part.partnumber' => { ilike => '%term2%' }, |
360 | 361 |
'part.description' => { ilike => '%term2%' }, |
362 |
'part.ean' => { ilike => '%term2%' }, |
|
361 | 363 |
], |
362 | 364 |
] |
363 | 365 |
], |
Auch abrufbar als: Unified diff
tests: update zu "PartPicker kann auch nach EAN suchen"