Taxon Provider?

Posted by Community Admin on 04-Aug-2018 05:03

Taxon Provider?

All Replies

Posted by Community Admin on 09-Dec-2011 00:00

We have an external system that has a pretty extensive taxon system already.

So in a meeting today the boss wants to know if SF has a taxon "Provider" we can change to pull from those services or if we just need to setup a scheduled task Sync of the items (pretty sure sync is the only option right?)

Posted by Community Admin on 13-Dec-2011 00:00

Hi Steve,

Yes, there is a provider for the taxonomies. It is located in

Telerik.Sitefinity.Taxonomies.Data.OpenAccessTaxonomyProvider

You can register a new provider when you go to Administration -> Settings -> Advanced -> Taxonomy -> Providers

Regards,
Lubomir Velkov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 13-Dec-2011 00:00

OH SWEEET!

So how would that work?  We define CRUD functions which would then dynamically add\remove\pull the pre-defined taxonomies in?  Like are they always stored in the SF DB for performance reasons or could they all literally live somewhere else (it's a PHP\MySql system)

Posted by Community Admin on 13-Dec-2011 00:00

Hi Steve,

Well, apologies for the misdirection, but it turns out our TaxonomyManager can work only with one provider. You can inherit from the default OpenAccessTaxonomyProvider and reregister it. Then it should work with our default taxonomies and with your custom taxonomies.

Sorry again for the misdirection.

Regards,
Lubomir Velkov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

Posted by Community Admin on 13-Dec-2011 00:00

No biggie, just trying to plan this all out :)

So...from my above examples though, how would this all work out?  Would there be the default SF Tags and Cats, then the provider would pull in the other external taxons, is that what you mean?

Posted by Community Admin on 16-Dec-2011 00:00

Hello Steve,

Yes, basically this is what I mean. The provider returns taxonomies, so you will have to compose your taxonomies in Sitefinity "format" and then return them.

Regards,
Lubomir Velkov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed