I have installed Semantic Glossary and Lingo and they both show up on my "Version" page as being installed ( MediaWiki 1.36.2, Semantic Glossary 4.0.0, Lingo 3.1.1) and there are no errors showing up in my logs.
I have created a GlossaryTerm template based on the example in the conversation a few posts back:
=={{{Term|}}}== {{{Definition|}}} (link: {{{Link|}}}) <includeonly> [[Category:Glossary]] </includeonly> {{#subobject: |Glossary-Term={{{Term|}}} |Glossary-Definition={{{Definition|}}} |Glossary-Link={{{Link|}}} }}
Then I have terms that look like this:
{{GlossaryTerm |Term=Project |Definition=The organisation of people to deliver something something }}
These are pulled into a page for the Glossary category that works correctly.
The problem is that if I have "Project" somewhere in my page, it doesn't get highlighted at all. My best guess is that there is something missing from my LocalSettings.php to tell it that it should be using the Glossary category as a source for glossary terms, but I can't see what I need to be configuring there- all the Lingo configuration seems to be based on quite different assumptions from the Semantic Glossary tooling and the documentation and example page seem to expect this to work correctly first time. Where am I going wrong?