-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 20.1
-
Component/s: Content Views
Steps to reproduce: use the "document path" widget in a content view filter, and configure it to use "path tree" widget as well as "startswith" operator.
The path tree widget is multiple, but the bound field generated by Studio is single, hence the following error is shown when using the filter:
14:48:48,298 WARN [DocumentModelResolver] Property Conversion failed from class java.util.ArrayList to class java.lang.String
Studio should generate a multiple field in this case, since the startswith operator accepts multiple values for match.