I’m currently implementing synonyms for our search functionality, following the Optimizely Graph documentation on synonyms. Everything works as expected — I can add synonyms and confirm they’re applied correctly in search results.
However, I’d like to enable some of our editors to manage these synonyms themselves, without requiring direct API knowledge. To do this, I need a way to retrieve the currently stored synonyms, but I haven’t been able to find any API endpoint that supports a GET operation for them.
Hi,
I’m currently implementing synonyms for our search functionality, following the Optimizely Graph documentation on synonyms. Everything works as expected — I can add synonyms and confirm they’re applied correctly in search results.
However, I’d like to enable some of our editors to manage these synonyms themselves, without requiring direct API knowledge. To do this, I need a way to retrieve the currently stored synonyms, but I haven’t been able to find any API endpoint that supports a GET operation for them.
I have found an API reference https://docs.developers.optimizely.com/platform-optimizely/reference/upsert-synonymhandler which supports PUT and DELETE.
Has anyone come across a method or workaround for fetching stored synonyms? Any insights would be appreciated.