Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

Unable to fetch the indexed extra property on Find

$
0
0

Hi,

Using Episerver Foundation, I included an extra property on the GenericProduct type:

SearchClient.Instance.Conventions.ForInstancesOf<GenericProduct>().IncludeField(x => x.VariationsLink());

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.


Viewing all articles
Browse latest Browse all 6894

Trending Articles