Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
No, related content/pages is handled by the ContentIndexer/PageIndexer and only supports relations between IContent/PageData-objects.
You have to handle this in the indexing job that you have created for you custom objects.
/Henrik
For IContent it is possible to set up conventions for dependencies using ContentIndexer.Instance.Conventions ref:
http://find.episerver.com/Documentation/episerver-cms7-integration-related-content
Is it possible to do something similar for the .NET client API?
I have object Package that is dependent on Product X and Product Y. SearchClient.Instance.Conventions does not have ForInstancesOf available?
PS: I'm running EPiServer 6 R2/Commerce 1 RC3