Try our conversational search powered by Generative AI!

Episerver.Find.Commerce-package - include Field with both a Getter and a Setter

Vote:
 

Hello

Usings:
Episerver: 10.10
Find: 12.5.2.0
Commerce: 11.0

Indexing items through "Edit mode > Admin > Episerver Find Content Indexing Job", with this Convention on ProductContent (Commerce-object):

.IncludeField(x => x.GetDummyString(), (x, v) => x.SetDummyString(v));

Find Index is then updated with proper value in the Index Field named exactly as the first method-param above: "GetDummyString".

Now upon searching, the "SetDummyString()" is never called, ever.

I've done the exact same thing within a ConsoleApp, and it works fine there: Objects indexed and searched for in the console app is not of a Episerver type, plain "public class Car : system.object"

Tips? Suggestions?

PS: Using the QuickSilver Demo application when testing this functionality, might be an additional setting within the Demo application itself? Oh, maybe...

#181491
Edited, Aug 22, 2017 13:03
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.