Hey guys - Is there anyway we can filter Synonyms by phrase?
I understand we can use below line to get Synonyms then write a LINQ to filter by phrase:
var result = client.Optimizations().Synonyms().List(size, from);
However, I need to filter the synonyms before the request is sent to FIND.
Any idea?
Thanks!
Hey guys - Is there anyway we can filter Synonyms by phrase?
I understand we can use below line to get Synonyms then write a LINQ to filter by phrase:
However, I need to filter the synonyms before the request is sent to FIND.
Any idea?
Thanks!