We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21950b commit 7dd006fCopy full SHA for 7dd006f
docs/query-builder.txt
@@ -384,8 +384,8 @@ wildcard characters:
384
whereLike() and whereNotLike() Methods
385
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
386
387
-You can perform queries to match string patterns by using the
388
-following methods:
+The following methods provide the same functionality as using the
+``like`` query operator to match patterns:
389
390
- ``whereLike()``: Matches a specified pattern. By default, this method
391
performs a case-insensitive match. You can enable case-sensitivity by
0 commit comments