You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When providing an object_id_field in the ext of a search request, the plugin will throw class java.util.ArrayList cannot be cast to class java.lang.String
The text was updated successfully, but these errors were encountered:
This is actually an issue with the data set that is being used for testing. The value of the object_id_field is an array and should be a string. However, there should be better error handling to fail gracefully in that case.
What is the bug?
When providing an
object_id_field
in theext
of a search request, the plugin will throwclass java.util.ArrayList cannot be cast to class java.lang.String
The text was updated successfully, but these errors were encountered: