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 44af6bc commit 46d324dCopy full SHA for 46d324d
docs/query-builder.txt
@@ -223,10 +223,10 @@ value greater than ``8.5`` and a ``year`` value of less than
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.
+ For compatibility with Laravel, Laravel MongoDB v5.1 supports both arrow
+ (``->``) and dot (``.``) notation to access nested fields in a query
+ filter. The preceding example uses dot notation to query the ``imdb.rating``
+ nested field, which is the recommended syntax.
230
231
.. _laravel-query-builder-logical-not:
232
0 commit comments