Revert "POD fix: Rose Syntax"
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 27 Jan 2021 11:14:33 +0000 (12:14 +0100)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Wed, 27 Jan 2021 11:14:33 +0000 (12:14 +0100)
ilike gibt es doch.

This reverts commit 95f21f71c1c5c2f6cf6a281a0174d8f247be1135.

SL/Controller/Helper/ParseFilter.pm

index e1b621f..8b68ee5 100644 (file)
@@ -297,11 +297,10 @@ customer. L<Rose::DB::Object> allows you to search for these by filtering them p
 
   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: