I've found that node_import does not support taxonomy synonyms.

Attached patch makes node_import searching through synonyms as well.

CommentFileSizeAuthor
taxonomy_synonym.patch541 bytesstevenQ

Comments

Robrecht Jacques’s picture

Version: master » 5.x-1.x-dev
Category: task » feature
Status: Needs review » Fixed

Committed to DRUPAL-5 branch. Will be included in next release of node_import (5.x-1.5).

It's strange that taxonomy_get_term_by_name() returns a list of terms, but taxonomy_get_synonym_root() only returns one. This probably is a bug in taxonomy module, but I don't care.

Thanks stevenQ!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.