Revert "Add SQL opTypes IN, NOT IN to filter view, #3432"

This commit is contained in:
Isaac Connor 2022-02-15 10:07:48 -05:00 committed by GitHub
parent 03bc24362f
commit 554840d811
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ $opTypes = array(
'!~' => translate('OpNotMatches'),
'=[]' => translate('OpIn'),
'![]' => translate('OpNotIn'),
'IN' => translate('OpIn'),
'NOT IN' => translate('OpNotIn'),
'IS' => translate('OpIs'),
'IS NOT' => translate('OpIsNot'),
'LIKE' => translate('OpLike'),