AI OnAI Off
I have found out that this ProjectionException is happening when an integer value is in the "Rating" filed. I'm not sure how it happened. But in our system, there are considerable amount of records subject to this exception. So, how can I get rid of this ? any help would be appreciated
Currently experiencing this using the latest Find version when trying to project an IEnumerable<string> with a single item (multiple items works fine):
http://world.episerver.com/forum/developer-forum/EPiServer-Search/Thread-Container/2017/3/changes-in-deserialization-argumentexception-thrown-when-mapping-lists-with-only-one-value/
I do have following model in my project
And, in the Find index, there is a object corresponding to above model
But, when I try to execute following query
It will end-up with an exception
So, what is wrong with my query and how do I fix it ?