- πΊπΈUnited States yospyn
Resurfacing this feature request for v3 if possible. Very similar need (see screenshot), except I'm using glossify_taxonomy instead of node:
- Have a term such as President of the United States
- Create field_acronym plain text field for same taxonomy, then enter POTUS into that field
- Glossify would treat either the name or field_synonym equally, applying to whichever appears first on a pageGreat module! We're using it with the book module as a glossary of terms, which display as pop-ups on hover.
- πΈπ³Senegal diaodiallo
Hello, I am sharing a patch I refactored for my colleague @yospyn.
As mentioned @yospyn we have synonyms in a term field which need to be called 'field_synonym' (Just add this field and your synonyms to use the patch).
Thanks to @JakeAPoe for the patch I used it for this version 3 patch.
- Status changed to Needs work
10 months ago 3:25pm 4 September 2024 - π©πͺGermany Anybody Porta Westfalica
I'd like this very much. I think it should allow to select a certain field with a list of synonyms from the source entity.
Please use MRs instead of patches!
- π©πͺGermany Anybody Porta Westfalica
Raising the priority and hope someone finds the time for the implementation!
- π΅πΉPortugal joao.ramos.costa
joao.ramos.costa β made their first commit to this issueβs fork.
- First commit to issue fork.
- π«π·France prudloff Lille
prudloff β changed the visibility of the branch 3269949-synonyms to hidden.
- π«π·France PhilY πͺπΊπ«π· Paris, France
We might need a wider entity type support: in the project I would have the use of synonyms, the glossary definitions are nodes.
- π¦πΉAustria tgoeg
Second that.
There might be glossary terms/explanations that are more complex than what just a taxonomy term allows for. - π΅πΉPortugal joao.ramos.costa
Hi @phily,
In fact, in the project where I apply the patch from this MR, we're using synonyms module, but only because synonyms field matches the one used here.I think you're right β and when I have some time, Iβll take a look. I know that using the service provided by the module wonβt work, since weβre grouping the synonyms differently, but maybe itβs possible to make the query a bit more complex, not sure. Need a proper analysis .
Thank you