-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
Severity 3 - Minor
-
Confluence
Issue Summary
This is reproducible on Data Center: No
Steps to Reproduce
- Create a blogpost in your Confluence Cloud instance with emojis in the title and in the body.
- Search for the blogpost in the Confluence search or in the API (GET /wiki/rest/api/search?cql=type = "blogpost")
Expected Results
The search will show the emojis, e.g. 🤔
Actual Results
The search is returning broken characters for the emojis, e.g. ��
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- causes
-
ECOHELP-54615 Failed to load
In reproducing, it looks like Atlassian style emojis with the colon :someemoji: are fine since it is passed as text. However the emojicons/emoticons using unicode must be having issues being parsed through.
Eg, working :someemoji: vs non-parsed emojis
...:happy_face: �
This sounds like it isn't impacting Search quality, just the UI display of the excerpt from the Search Page result.