-
Suggestion
-
Resolution: Unresolved
-
3
-
NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.
We have an issue here with confluence that prevent us to adopt it fully in our company .
In the French language, we use accents, such as é,à,é,etc.. and we need Confluence to ignore those accents for searchs, like google does.
For instance the search text: "majore", should give us pages with "majoré" or "majore" or "majorè"
It would be very useful if we could configure the search feature to be able to ignore accents.
Languages that should ignore accents for searches are:
- English (for loanwords, and also cover other European languages not supported in Confluence indexing)
- French
- Spanish
- Catalan (not supported in Confluence indexing)
- Portuguese (currently only Brazilian Portuguese is supported in Confluence indexing)
- Czech
- is related to
-
CONFSERVER-22495 Allow search feature to ignore accent
- Closed
- relates to
-
CONFCLOUD-18040 Finding people with names with diacritic marks
- Gathering Interest
-
CONFCLOUD-39988 Confluence doesn't sort accented characters in a table
- Gathering Interest
- mentioned in
-
Page Failed to load
[AI-611] Allow search feature to ignore accent
Support reference count | New: 3 |
Component/s | Original: Search - Core [ 46383 ] | |
Component/s | New: Search - Core [ 75296 ] | |
Key | Original: CONFCLOUD-22495 | New: AI-611 |
Support reference count | Original: 3 | |
Project | Original: Confluence Cloud [ 18513 ] | New: Atlassian Intelligence [ 23110 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 804930 ] |
Labels | Original: affects-server international_character_support internationalisation lucene search | New: affects-server cc-findability international_character_support internationalisation lucene search |
Workflow | Original: JAC Suggestion Workflow [ 3402326 ] | New: JAC Suggestion Workflow 3 [ 3622410 ] |
Workflow | Original: Confluence Workflow - Public Facing v3 [ 2237915 ] | New: JAC Suggestion Workflow [ 3402326 ] |
Status | Original: Open [ 1 ] | New: Gathering Interest [ 11772 ] |
Support reference count | New: 3 |
Workflow | Original: Confluence Workflow - Public Facing v3 - TEMP [ 2134271 ] | New: Confluence Workflow - Public Facing v3 [ 2237915 ] |
What has to happen is a very simple process. Apache StringUtils normalises and then removes diacritics.
StringUtils.stripAccents(body);