Type is not supported, please register
Type is not supported, occurs invalid error: List`1 InnerException:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.InvalidOperationException: Type is not supported, occurs invalid error: ProductHomepageModel InnerException:System.InvalidOperationException: Type is not supported, please register CompletionField
The CompletionField is needed for Elasticsearch suggest feature.
I tried with Formatter.RegisterArray<CompletionField>() but RegisterArray() was not found.
How can I fix this?
CompletionField should be properly decored with [ZeroFormatterAttribute] and [Index(n)] attributes. If you can't because of it is not your own code you should implement a specific CompletionField Formatter, see Extensibility section in wiki area.
Same here with proper attributes... Did you find any fix ?
same for me, also with proper attributes..