|
|
@@ -1840,7 +1840,8 @@ export default {
|
|
|
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,
|