Open smortex opened 1 week ago
The '## Changelog' heading in your PR description is either missing or malformed. Please make sure that your PR description includes a '## Changelog' heading with proper spelling, capitalization, spacing, and Markdown syntax.
Changelog entries must begin with a hyphen (-).
Invalid description prefix. Found "fix". Only "skip" entry option is permitted for manual commit of changeset files.
If you were trying to skip the changelog entry, please use the "skip" entry option in the ##Changelog section of your PR description.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 60.93%. Comparing base (
413697d
) to head (5c6f163
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When viewing surrounding documents of a document which id contains chars such as
@
or+
, these chars are encoded, preventing OpenSearch from finding the requested document.Decode the id to transform back the URI encoded chars to the actual chars in the document id to find it and unbreak the feature.
Fixes #5711
Signed-off-by: Romain Tartière romain@blogreen.org
Changelog