-
Notifications
You must be signed in to change notification settings - Fork 14
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(specs): highlight result map definition #2312
Conversation
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
eeedc79
to
c68e864
Compare
dd67449
to
5480411
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gg !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the fix !
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/DI-1709
Changes included:
The
_highlightResult
and_snippetResult
fields can not return lists but rather a kind-of recursive map ofHighlightResultOption
, this forced us to handle the map handling in some languages (cc @aallam)