Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e2bfda48

Von Bernd Bleßmann vor etwa 4 Jahren hinzugefügt

  • ID e2bfda48dec336d7c4b90a918c6d6d25c974f04c
  • Vorgänger bce42567
  • Nachfolger 1ce5cf96

Revert "POD fix: Rose Syntax"

ilike gibt es doch.

This reverts commit 95f21f71c1c5c2f6cf6a281a0174d8f247be1135.

Unterschiede anzeigen:

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