I am using Drupal7 and Synonyms.
Here is an extract of my taxonomy-hierarchy:

->one
-->one1
--->one1.1
synonyms of one1.1: abc, bca, cab.

When I seach for "cab", I get all the nodes tagged with "cab". -> I should get all nodes which have at least one of the following terms: "abc", "bca", "cab" and "one1.1".
When I search for abc, I get all nodes tagged with "abc". -> Need "abc", "bca", "cab" and "one1.1"

When I search for "bca" I get all the nodes tagged with "bca" and a node tagged with "DFG" - because I have typed "DFG" in the field "Write synonyms here" which field I consequently had added to the node type. The term "DFG" is ABSENT in the vocabulary! --> Correct it: make the module add user-typed synonyms to the main term in the vocabulary.

When I search for "one1.1", I get all the nodes tagged with "one1.1". -> I should get all nodes which have at least one of the following: "abc", "bca", "cab" and "one1.1".

Please, fix the bugs very soon.
Contact me if you need information or testing.

Comments

IWasBornToWin’s picture

same here

IWasBornToWin’s picture

any suggestion?

bojanz’s picture

I'm fairly sure this module is completely broken and needs a rewrite. Patches welcome.

bucefal91’s picture

Status: Active » Closed (won't fix)

Seems like a dead thread. I have rewritten the 7.x branch. You should check it out if you are still interested in this module. I am closing this issue as it was a year ago.