I have an Article Doc Type - Two of the properties are multi-node tree pickers.
When a node of this doc type is saved/published, I want to get the ids from these pickers do a look up in umbraco to get the node names. I then want to use those node names to create 'Umbraco Tags' and add them to the index. (against the node being saved)
Because I have two multi-node tree pickers, I want to save the tags as tag groups.
This is so when I do a custom index search, I only have to search for nodes that are of document type Article.
I have my GatheringNodeData Event set up and working, so just need some advice about how its done.
Insert 'Umbraco Tags' via Gathering Node Data
Hi guys,
I have an Article Doc Type - Two of the properties are multi-node tree pickers.
When a node of this doc type is saved/published, I want to get the ids from these pickers do a look up in umbraco to get the node names. I then want to use those node names to create 'Umbraco Tags' and add them to the index. (against the node being saved)
Because I have two multi-node tree pickers, I want to save the tags as tag groups.
This is so when I do a custom index search, I only have to search for nodes that are of document type Article.
I have my GatheringNodeData Event set up and working, so just need some advice about how its done.
Is this possible/logical?
Thanks in advance
Ayo
is working on a reply...