База адресов и Pathauto. Как?

Главные вкладки

Аватар пользователя smartchecker smartchecker 28 октября 2009 в 11:38

Удалось из mssql в postgresql перетащить базу город-район-улица.
В drupal'е сделал её как словарь таксономии вида

город
район_1
улица_1
район_2
улица_2

но инфы о домах в той базе небыло.
В от модуля hierarchical select мне нужно "save lineage" и возможность взаимодействия с Token и Pathauto

Hierarchical Select Taxonomy: using the [save-lineage-termpath] token
---------------------------------------------------------------------
When you're using the Token module, and likely the Pathauto module, and you've
configured your Hierarchical Select to save the lineage, you may want to show
the saved lineage (or the first lineage in case you've also enabled the
dropbox) in your URL. That'
s possible through the [save-lineage-termpath]
token (and other similar tokens). However, by default it uses the separator
you've configured Pathauto to use (if you aren't using Pathauto then it will
default to a dash). You can override this by setting the hs_taxonomy_separator
variable. Also, when you're using Pathauto and it seems to be stripping the
separator you'
ve configured, then you may want to configure that character in
Pathauto's Punctuation settings to "No action (do not replace)".

Вопрос в том как добавить информацию о домах в название ноды?
В идеале я хочу формировать Title вида "Город, район, улица, дом" и path вида Город-район-улица-дом.
Ну и ещё организовать поиск по этому всему.
Как?