Skip to content

Einstein suggestion phrases in search#3389

Closed
sf-madhuri-uppu wants to merge 800 commits intofeature/einstein-suggestions-in-searchfrom
t/cc-shark/W-19677915
Closed

Einstein suggestion phrases in search#3389
sf-madhuri-uppu wants to merge 800 commits intofeature/einstein-suggestions-in-searchfrom
t/cc-shark/W-19677915

Conversation

@sf-madhuri-uppu
Copy link
Contributor

Screenshot 2025-10-10 at 1 21 59 AM

Description

Einstein suggestion phrases

Types of Changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Documentation update
  • Breaking change (could cause existing functionality to not work as expected)
  • Other changes (non-breaking changes that does not fit any of the above)

Breaking changes include:

  • Removing a public function or component or prop
  • Adding a required argument to a function
  • Changing the data type of a function parameter or return value
  • Adding a new peer dependency to package.json

Changes

  • (change1)

How to Test-Drive This PR

  • (step1)

Checklists

General

  • Changes are covered by test cases
  • CHANGELOG.md updated with a short description of changes (not required for documentation updates)

Accessibility Compliance

You must check off all items in one of the follow two lists:

  • There are no changes to UI

or...

Localization

  • Changes include a UI text update in the Retail React App (which requires translation)
Screenshot 2025-10-10 at 1 21 38 AM

shethj and others added 30 commits August 25, 2025 16:29
* refactor

* fix build issues

* trim uncessarry changes

* remove most usages of

* fix tests

* update test files

* fix unit tests

* Bump commerce-sdk-isomorphic

* Fix tests and lint errors

* Bump commerce-sdk-react major version

* Revert "Bump commerce-sdk-react major version"

This reverts commit a62fcdf.

* Bump bundle size

* Try with larger runner

* Update imports

* Update bootstrap config

* Update tsconfig

* Rename ShopperSeo directory to ShopperSEO & Fix test-commerce-sdk-react

* Clean up

* Major bump commerce-sdk-react

* Create CHANGELOG.md

* Remove changelog file from test-commerce-sdk-react

* PR Feedback

* PR Feedback address TODO

* PR Feedback use `helpers.authorizeIDP` instead of manual URL

* Use `ShopperLoginTypes.getPasswordResetTokenBodyType` in getPasswordResetToken

* Use `ShopperLoginTypes.resetPasswordBodyType` in resetPassword

* Use DATA_MAP token_type

* Use `loginRegisteredUserB2C` in register() and updateCustomerPassword()

* Restore original API interface for `authorizeIDP`, `loginIDPUser` and `authorizePasswordless`

* Restore original type names removing Public

* Restore `privateClient` parameter in `authorizeIDP`

---------

Signed-off-by: Adam Raya <adamraya@users.noreply.github.com>
Co-authored-by: Adam Raya Navarro <arayanavarro@salesforce.com>
Co-authored-by: Adam Raya <adamraya@users.noreply.github.com>
…-test-mrt-target

@W-19330619: Update e2e-pr workflow to use MRT target acquired from the pool
…pshot

[A11y E2E] Update a11y snapshots to include unique landmark for toasts
…p-env

@W-18904826@ - Implement env Setup Composite action
…19@) (#3182)

* Send Slack notification to multiple channels

* Add link to the MRT project

* Make sure to update all webhook url

* Rename job to be more accurate

* Debugging

* Revert "Debugging"

This reverts commit c7f6ef0.
…04859@) (#3183)

* Inject `sfdc_user_agent` request header

* Update App Generator pwa-kit-create-app hbs files

* Use package name pwa-kit-react-sdk and version in sfdc header

* Include headers in commerce-sdk-react auth request

* lint

* Rename utils file

* lint

* Fix import path in generated project

* Update Changelog.md

* PR Feedback

* PR Feedback
* bump versions and update changelogs

* Add breaking label to multi-ship changelog entry

* snyc to -preview.2
snilakandan13 and others added 26 commits October 7, 2025 14:10
…450028/updateReadme

@W-19450028 - Update the Readme document for MCP
## Fix address name encoding for server double-decoding issue

### Problem
The server performs double URL decoding on address names, causing special characters (like `&`, `#`, spaces) to be incorrectly decoded when passed as URL parameters in address mutations.

### Solution
- Added `serverSafeEncode()` utility function in `utils/url.js` that applies URL encoding to work around the server's double-decoding behavior
- Updated `addresses.jsx` to use `serverSafeEncode()` for `addressName` parameters in both update and remove address mutations
- Added comprehensive tests covering various character types and edge cases

### Changes
- **New utility**: `serverSafeEncode()` function with JSDoc documentation
- **Updated**: Address mutations now encode `addressName` before sending to server
- **Added**: 7 test cases for the new utility function

### Future Maintenance
The utility is centralized in one place, making it easy to revert if the server-side double-decoding issue is fixed in the future by simply changing the function implementation.
…71_encode-address-name

@@W-19811971@@ - Fix address name encoding for server double-decoding issue
…k/W-19840602/fixnodemodulespath

@W-19840602 - Bug Fix for paths
…450028/apiExplorerTool

@W-19450028 - API explorer Tool
@sf-madhuri-uppu sf-madhuri-uppu requested a review from a team as a code owner October 10, 2025 08:40
@cc-prodsec
Copy link
Collaborator

cc-prodsec commented Oct 10, 2025

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@sf-madhuri-uppu sf-madhuri-uppu added the skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated label Oct 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changelog Skip the "Changelog Check" GitHub Actions step even if the Changelog.md files are not updated

Projects

None yet

Development

Successfully merging this pull request may close these issues.