Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Conversation

@mr-menno
Copy link
Contributor

Fix to support umlaut and other European charaters
Replaced with encodeURIComponent(soql) and
encodeURIComponent(sosl)

When trying to soql or sosl search for account names and other field containing umlauts and special characters, it fails to correctly encode using escape().

As far as I know, escape() is deprecated, and encodeURIComponent() is the recommended replacement as well.

Fix to support umlaut and other European charaters
Replaced with encodeURIComponent(soql) and
encodeURIComponent(sosl)
@metadaddy
Copy link
Contributor

Looks good - thanks!

metadaddy pushed a commit that referenced this pull request Jul 10, 2015
Replaced escape(soql) and escape(sosl)
@metadaddy metadaddy merged commit f766bb0 into developerforce:master Jul 10, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants