Nov 22 2022 05:05 PM - edited Nov 22 2022 05:07 PM
So it looks like Synonyms (aka the Search Thesaurus/Dictionaries in the Term store) is still not supported by Modern Search.
Some searching suggests that people were previously being pointed at a particular UserVoice request for this feature, but that's gone.
There's a few references to using Query Rules to do something similar, but while that might work for a handful of words, it quickly gets unmanageable.
There's THIS 2016 reference to using some JavaScript to add synonyms, from a SharePoint list, to the query, as you query.
Is that really as good as it gets in 2022?
Does anyone know if well overdue support for synonyms is on Microsoft's roadmap (I can't see anything obvious on their roadmap page)?
For context: We're trying to setup a mechanism to handle bi-lingual text and mixed macron support. In New Zealand, Māori is our indigenous language, and is increasingly being used in content, however relatively few people speak/type it and even fewer get the macrons right. So, the ability to set up a thesaurus/synonyms, with the English, Māori and un-macroned Māori (which could be Maori or Maaori, I believe), would be really useful for search.
I vaguely recall in the SharePoint on-prem days, that you had to set up your SQL DBs to be accent-insensitive, so that search wouldn't care about accents/macrons and SharePoint Online may still behave this way, but we'd still like to set up the English to Māori and have the option for alternative spellings.
Nov 23 2022 11:28 PM
Hello @CraigHumphrey
in modern search you can configure acronyms in M365 Microsoft Search Admin Center, but i think, it's not possible to use the same from SharePoint term store (but when you find out others, i'm interested 😉 )
https://learn.microsoft.com/en-us/microsoftsearch/manage-acronyms
Best, Dave
Nov 24 2022 10:43 AM
Nov 24 2022 11:17 PM
Hello @CraigHumphrey
in M365 you can use PnP Modern Search Web Parts to configure a modern SharePoint Search, also with query rules:
PnP Modern Search Web Parts: https://microsoft-search.github.io/pnp-modern-search/
And how to use query rules in there: https://microsoft-search.github.io/pnp-modern-search/scenarios/Use-query-rules-for-promoted-links/
Best, Dave
Nov 27 2022 11:52 AM
Thanks @DaveMehr365,
Yeah, but that's still using Query Rules to manage Synonyms, which is less than ideal. We may have to start down that path and then migrate to Search Taxonomy if/when Microsoft finally supports it for Modern Search. Not ideal...
Thanks agian.
Craig