There was an error while loading. Please reload this page.
1 parent e6a6251 commit 80bd176Copy full SHA for 80bd176
en/models/retrieving-your-data.rst
@@ -947,7 +947,7 @@ using conditions similar to::
947
array('Post.title LIKE' => '%two%')
948
))
949
950
-There is also RLIKE and ILIKE as wildcard operators available.
+There is also ILIKE and RLIKE (RLIKE since version 2.6) as wildcard operators available.
951
952
CakePHP can also check for null fields. In this example, the query
953
will return records where the post title is not null::
0 commit comments