Add is empty filter to search / api
[civicrm-core.git] / ext / search / Civi / Search / Admin.php
index 711a8378ca16fbd44f4b1defc10706eb5280fc28..34d82738bdee312476f3c5c3977754f6dd5c8e1d 100644 (file)
@@ -60,8 +60,8 @@ class Admin {
       'NOT LIKE' => E::ts('Not Like'),
       'BETWEEN' => E::ts('Is Between'),
       'NOT BETWEEN' => E::ts('Not Between'),
-      'IS NULL' => E::ts('Is Null'),
-      'IS NOT NULL' => E::ts('Not Null'),
+      'IS EMPTY' => E::ts('Is Empty'),
+      'IS NOT EMPTY' => E::ts('Not Empty'),
     ];
   }