Revision e2bfda48
Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt
SL/Controller/Helper/ParseFilter.pm | ||
---|---|---|
|
||
query => [
|
||
'customer.name' => 'John Doe',
|
||
'department.description' => [ like => '%Sales%' ],
|
||
'orddate' => { lt => DateTime->today },
|
||
'department.description' => [ ilike => '%Sales%' ],
|
||
'orddate' => [ lt => DateTime->today ],
|
||
]
|
||
|
||
|
||
Unfortunately, if you specify them in your form as these strings, the form
|
||
parser will convert them into nested structures like this:
|
||
|
Auch abrufbar als: Unified diff
Revert "POD fix: Rose Syntax"
ilike gibt es doch.
This reverts commit 95f21f71c1c5c2f6cf6a281a0174d8f247be1135.