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

fix(search): URL-encode all parameters to preserve special characters #8646

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

ChristophWurst
Copy link
Member

Working with #8645 I noticed that spaces are replaced with +, so it's impossible to search for emails from "jane doe" because it becomes "from:jane+doe", which never matches.

This changes the logic to properly encode and decode any special characters in a search parameter.

@GretaD GretaD merged commit 0614c44 into main Jul 24, 2023
29 checks passed
@GretaD GretaD deleted the fix/search/special-characters branch July 24, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants