Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add url encoding to encode spaces in some urls #1232

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

mitchdawson1982
Copy link
Collaborator

@mitchdawson1982 mitchdawson1982 commented Jan 14, 2025

  • Ensures non standard url characters in domain urls are encoded correctly. This was highlighted by the issue with electronic monitoring in the web crawler. The space is now correctly encoded, : are ignored for brevity.

<a aria-label="Browse data for Electronic monitoring (32 results)" href="/search?domain=urn:li:domain:Electronic%20monitoring">Electronic monitoring (32 results)</a>

@mitchdawson1982 mitchdawson1982 requested a review from a team as a code owner January 14, 2025 14:53
@mitchdawson1982 mitchdawson1982 merged commit c631f6f into main Jan 14, 2025
11 checks passed
@mitchdawson1982 mitchdawson1982 deleted the fix-home-page-domain-urlencoding branch January 14, 2025 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants