I can see the data being indexed as well on find, but the issue is that I dont see this property in the search results object. I am searching using the base class:
_findClient.Search<EntryContentBase>();
But the object doesnt seem to have this property (VariationsLink).
What can I do to fetch the included field (VariationsLink) from the index via Find.
Hi,
Using Episerver Foundation, I included an extra property on the GenericProduct type:
I can see the data being indexed as well on find, but the issue is that I dont see this property in the search results object. I am searching using the base class:
But the object doesnt seem to have this property (VariationsLink).
What can I do to fetch the included field (VariationsLink) from the index via Find.