London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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