Revert "Add SQL opTypes IN, NOT IN to filter view, #3432"
This commit is contained in:
parent
03bc24362f
commit
554840d811
|
@ -130,8 +130,6 @@ $opTypes = array(
|
||||||
'!~' => translate('OpNotMatches'),
|
'!~' => translate('OpNotMatches'),
|
||||||
'=[]' => translate('OpIn'),
|
'=[]' => translate('OpIn'),
|
||||||
'![]' => translate('OpNotIn'),
|
'![]' => translate('OpNotIn'),
|
||||||
'IN' => translate('OpIn'),
|
|
||||||
'NOT IN' => translate('OpNotIn'),
|
|
||||||
'IS' => translate('OpIs'),
|
'IS' => translate('OpIs'),
|
||||||
'IS NOT' => translate('OpIsNot'),
|
'IS NOT' => translate('OpIsNot'),
|
||||||
'LIKE' => translate('OpLike'),
|
'LIKE' => translate('OpLike'),
|
||||||
|
|
Loading…
Reference in New Issue