Skip to content

Conversation

@aysetas
Copy link

@aysetas aysetas commented Jan 24, 2025

Description

This pull request fixes an issue in the joining-queries.md documentation file, where the Query::nested() example demonstrated an incorrect usage of the query method.

Issue

The example incorrectly used:

->query(Query::match()->field('author.name')->field('Steven'))

Updated the example to:

->query(Query::match()->field('author.name')->query('Steven'))

…e ->query() instead of the second ->field().
@aysetas
Copy link
Author

aysetas commented Jan 25, 2025

Hi @babenkoivan,
I have created a pull request. When you have a chance, could you kindly review it?

@babenkoivan babenkoivan merged commit e754179 into babenkoivan:master Jan 30, 2025
2 of 3 checks passed
@babenkoivan
Copy link
Owner

Thank you for fixing the documentation!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants