Skip to content

Commit 558f2ea

Browse files
GromNaNalcaeus
andauthored
Update docs/query-builder.txt
Co-authored-by: Andreas Braun <[email protected]>
1 parent 828f88f commit 558f2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/query-builder.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ is less than 85:
306306

307307
User::where('results', 'elemMatch', ['gte' => 80, 'lt' => 85])->get();
308308

309-
A sub-query builder can be to apply filter on documents.
309+
A closure can be used to create more complex sub-queries.
310310

311311
The following query matches only those documents where the results array
312312
contains at least one element with both product equal to "xyz" and score

0 commit comments

Comments
 (0)