OpenSearch-Dashboards icon indicating copy to clipboard operation
OpenSearch-Dashboards copied to clipboard

Revert "Encode searchId as it tends to be decoded after adds into url…

Open zhyuanqi opened this issue 4 months ago • 4 comments

Description

This reverts commit 9eae14851672fad87d077856c2af47a8e181b671. (https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8530) We revert this change as do not need it any more. It was for fixing the searchID as it would be decoded during generating URL. As we decide to switch searchID to UUID. We do not need this change any more.

Changelog

  • fix: Revert change 9eae14851672fad87d077856c2af47a8e181b671

Check List

  • [ ] All tests pass
    • [ ] yarn test:jest
    • [ ] yarn test:jest_integration
  • [ ] New functionality includes testing.
  • [ ] New functionality has been documented.
  • [ ] Update CHANGELOG.md
  • [ ] Commits are signed per the DCO using --signoff

zhyuanqi avatar Oct 10 '24 19:10 zhyuanqi