Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
None
-
None
Description
Right now info.magnolia.search.solrsearchprovider.controls.ResultFieldsSelectDefinition is complete copy of info.magnolia.search.solrsearchprovider.controls.FacetSelectFieldDefinition except that it extends info.magnolia.ui.form.field.definition.OptionGroupFieldDefinition instead of info.magnolia.ui.form.field.definition.SelectFieldDefinition. So only difference from FacetSelectFieldDefinition would be if we use it with property "multiselect" set on true, but this doesn't work. FacetedSearchResultModel failes on java.lang.ClassCastException: [Ljava.lang.String; cannot be cast to java.lang.String
Also ResultFieldsSelectDefinition is not used in any dialog.
So for now it makes sense to remove this field definition and reintroduce it later MGNLEESOLR-37.
Checklists
Attachments
Issue Links
- is related to
-
MGNLEESOLR-37 Improve facetted field to allow selection and rendering of multiple facets in single component
-
- Closed
-