Closed (won't fix)
Project:
Synonyms
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2008 at 18:44 UTC
Updated:
2 Jan 2014 at 19:06 UTC
Jump to comment: Most recent
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
Comment #1
student297 commentedanybody? the synonyms are not indexing. plz let me know if i am doing anything wrong.
Comment #2
bojanz commentedComment #3
crystaldawn commentedIf 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.
Comment #4
stevenpatzComment #5
crystaldawn commented