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

v4 Nested fields search attributes support #1209

Open
joemcelroy opened this issue Jan 26, 2023 · 0 comments
Open

v4 Nested fields search attributes support #1209

joemcelroy opened this issue Jan 26, 2023 · 0 comments

Comments

@joemcelroy
Copy link
Member

currently we do not support searching on nested fields OOTB. Configuration will be as follows:

search_attributes: ["type", { "actors", nestedPath: "Author" }]

and use the nested clause to target field, documented here

The workaround is to override the OOTB query via getQuery function and use the Elasticsearch nested field syntax to search those fields.

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

No branches or pull requests

1 participant