OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
Revert "Encode searchId as it tends to be decoded after adds into url…
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