-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify Docs about all #3291
Labels
Comments
You're right, the The tests show that: laravel-mongodb/tests/Query/BuilderTest.php Lines 429 to 452 in 0a80c70
Internally tracked for review by the docs team: DOCSP-47950 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.mongodb.com/docs/drivers/php/laravel-mongodb/current/query-builder/#contains-all-fields-example
It states that it scans all fields that exist, but what I know is that $all checks if all specified array match on the field that is an array
But in laravel docs does mongodb $all has another behavior that check each fields( like $exist but in one go without loop)
The text was updated successfully, but these errors were encountered: