|
|
@@ -1574,7 +1574,7 @@ export default {
|
|
|
fieldType: 'numberRange'
|
|
|
})
|
|
|
} else if (fieldType === 'radio' || fieldType === 'checkbox' || fieldType === 'select') {
|
|
|
- querySuffix = fieldType === 'radio' ? 'S' : 'SL'
|
|
|
+ querySuffix = fieldType === 'radio' || fieldType === 'select' ? 'S' : 'SL'
|
|
|
const prop = `Q^${field.name}^${querySuffix}`
|
|
|
searchColumn = Object.assign(searchColumn, {
|
|
|
prop: prop,
|