Is there a way to define dimension value synonyms for desired dimension values through ATG?
Asked
Active
Viewed 182 times
1
-
Version of products 11.2. – Panagiotis Stoupos Aug 24 '17 at 09:28
-
This can be done for product.category but not for other dimensions – Ajay Agrawal Aug 24 '17 at 10:08
-
Hi Ajay. Thanks for answering. Is there a workaround suggestion to define synonyms for other dimensions? The only way I could come up with is to manipulate CAS output in endeca side. – Panagiotis Stoupos Aug 24 '17 at 10:17
-
From ATG, you might need to customize so many things to achieve this. May i know what you try to achive? – Ajay Agrawal Aug 24 '17 at 10:18
-
I have some dimensions which are used for typeahead using the oob cartridge. Some values of the dimensions may have accents. The goal is to get these values, as they are (accented), as typeahead suggestions when the input is unaccented. – Panagiotis Stoupos Aug 24 '17 at 10:25
-
try to create new exporter similar to CategoryExporter and put synonyms in xml file like category-dim-output-config.xml. I did for brand once same as Category – Ajay Agrawal Aug 24 '17 at 10:31
-
You have already been provided possible solutions for accented characters [here](https://stackoverflow.com/questions/43995241/extend-endecas-diacritic-folding-mapping). – bated Aug 24 '17 at 17:03
-
Possible duplicate of [Extend Endeca's diacritic folding mapping](https://stackoverflow.com/questions/43995241/extend-endecas-diacritic-folding-mapping) – bated Aug 24 '17 at 17:03
-
Hi bated. Sure it is related but it is not just this case (accents) that synonyms could be used. – Panagiotis Stoupos Aug 25 '17 at 14:42
-
Regarding the syonyms I prefered a solution in Endeca side. Created custom component that modifies the dimensions.xml output file in cas_output folder before Dgidx takes over. – Panagiotis Stoupos Aug 25 '17 at 14:45