Skip to content
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

Fix incorrect query example in joining-queries.md #170

Merged
merged 1 commit into from
Jan 30, 2025

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