🎨 Improve database table view select column filter
This commit is contained in:
parent
8641d0c6b2
commit
34be166ed8
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ func (value *Value) CompareOperator(other *Value, operator FilterOperator) bool
|
|||
}
|
||||
}
|
||||
|
||||
if nil != value.MSelect && nil != other.MSelect && 0 < len(value.MSelect) && 0 < len(other.MSelect) {
|
||||
if nil != value.MSelect && nil != other.MSelect {
|
||||
switch operator {
|
||||
case FilterOperatorIsEqual, FilterOperatorContains:
|
||||
contains := false
|
||||
|
|
Loading…
Add table
Reference in a new issue