Sites: Normalize pasted domain searches - #113356
Open
mauropereiira wants to merge 4 commits into
Open
Conversation
Contributor
|
WordPress.com
Automattic for Agencies
|
mauropereiira
marked this pull request as ready for review
August 6, 2026 19:03
Contributor
Author
|
@claude /review |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.









Fixes DOTMSD-1363
Proposed Changes
http://orhttps://prefix and one trailing slash from the site search sent to the API.Why are these changes being made?
The sites API expects a bare domain. Protocol-prefixed searches can return no results, and URLs copied from a browser address bar normally include a trailing slash that also prevents a match. Normalizing only the outbound API query makes these common pasted forms behave consistently without rewriting what the user typed.
Testing Instructions
Author verification passed on Calypso Live
build-192092: all six bare/HTTP/HTTPS forms, with and without a trailing slash, returned the same controlled site while preserving the entered value./siteswith an account containing a controlled test site.https://before the domain, with and without a trailing slash, and confirm the same site appears.http://before the domain, with and without a trailing slash, and confirm the same site appears.yarn test-client client/dashboard/sites/test/index.test.tsx --runInBand.yarn test-client --findRelatedTests client/dashboard/sites/index.tsx client/dashboard/sites/test/index.test.tsx --runInBand.yarn typecheck-client.Pre-merge Checklist