Replies: 0
Hi
I am using the synonyms config and I am trying to use the phrases option within that (dog = “great dane” as per the example).
However it is not handling the quotes properly:
first save ends up looking this
dog = "great dane"
and subsequent saves get worse and worse
dog = &
amp
quot
great dane&
amp
quot
unless I redo the quotes each time I add something new to the list.
Little bug perhaps?