Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1ce5cf96

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

  • ID 1ce5cf961108eb99167f37114d6a797d31ca23c5
  • Vorgänger e2bfda48
  • Nachfolger 3458a0c9

POD fix: Rose Syntax im Beispiel

Vergleichsoperatoren werden als Hash-Ref angegeben.

Unterschiede anzeigen:

SL/Controller/Helper/ParseFilter.pm
query => [
'customer.name' => 'John Doe',
'department.description' => [ ilike => '%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

Auch abrufbar als: Unified diff