src/templates/sharecomponent/searchcomponent/searchform/index.jsx
@@ -654,6 +654,8 @@ } } else if (['multiselect', 'select', 'link', 'checkcard'].includes(values.type) && values.resourceType === '1') { values.options = [] } else if (values.type === 'text' && values.advanced === 'true') { values.inputType = 'input' } if (values.type === 'range') {