featdd / dpn_glossary

Glossary extension for TYPO3
http://typo3.org/extensions/repository/view/dpn_glossary
GNU General Public License v2.0
20 stars 29 forks source link

Priority of original term before synonym? #216

Closed nannione closed 5 months ago

nannione commented 5 months ago

Hello,

Maybe I don't understand the logic in this case properly:

I have a text with the term "Camp Booty." I create a record in the glossary, and the term gets parsed correctly in the front end. Now, I add the synonym "Booty" to the same record. However, now only the part "Booty" gets parsed.

The expected behavior for me would be: If the original term is found, it should be given priority over the synonym.

I tried workarounds like creating a separate record for "Booty," but for some reason, it gets prioritized over the record for the original term "Camp Booty".

featdd commented 5 months ago

Hi @nannione,

there is an option for this "settings.priorisedSynonymParsing".

You can always feel free to open an issue if you encounter a bug or have a feature request, but please consider to read the documentation first, a lot of stuff is already implemented. 😊

Greetings Daniel

nannione commented 5 months ago

Sorry, i really overlooked this setting.