king
2021-09-27 54d01e6ef9ac31f10de4a0e92824eba50b77eda6
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') {