hi, i downloaded synonymous module and i enabled it. i ran cron.php on my site, but still my search is not picking up synonymous of terms. just wondering why it is not searching synonymous, Do i need to do anything else?
plz let me know. thanks in advance.

Comments

student297’s picture

anybody? the synonyms are not indexing. plz let me know if i am doing anything wrong.

bojanz’s picture

Status: Active » Closed (fixed)
crystaldawn’s picture

Title: Synonyms not searching » synonymous not searching
Status: Closed (won't fix) » Active

If you try to put synonyms on a Container or Category using the Category module, then the synonyms are not seen by the search because this module uses taxonomy_node_get_terms($node->nid); which will not return categories from the categories module. This module doesnt take into consideration the category module. It did however work for regular Tax terms. So I assume this person was probably using the categories module as well. I will write a module to do the categories module's synonyms. I'll probably dub it category_synonyms_search since it has to do with the categories module.

stevenpatz’s picture

Title: synonymous not searching » Synonyms not searching
Status: Closed (fixed) » Active
crystaldawn’s picture

Status: Active » Closed (won't fix)

Status: Active » Closed (won't fix)