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 3955807 commit 44af6bcCopy full SHA for 44af6bc
docs/query-builder.txt
@@ -221,6 +221,13 @@ value greater than ``8.5`` and a ``year`` value of less than
221
:start-after: begin query andWhere
222
:end-before: end query andWhere
223
224
+.. tip::
225
+
226
+ In v5.1, you can use the arrow (``->``) or dot (``.``) notation
227
+ to access nested fields in a query filter. The preceding example
228
+ uses the dot notation to query the ``imdb.rating`` nested field, but
229
+ ``imdb->rating`` achieves the same result.
230
231
.. _laravel-query-builder-logical-not:
232
233
Logical NOT Example
0 commit comments