Revision a0a34d07
Von Sven Schöling vor etwa 7 Jahren hinzugefügt
t/controllers/helpers/parse_filter.t | ||
---|---|---|
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%' },
|
||
],
|
||
]
|
||
],
|
Auch abrufbar als: Unified diff
tests: update zu "PartPicker kann auch nach EAN suchen"