Move UPPER() from sql to php domain
[civicrm-core.git] / CRM / Contribute / Selector / Search.php
index 143e840bac863e9334788f0cfda2ec0bbad181d3..0606f9a20774cc2a607bf022bea58ccef2f1eabe 100644 (file)
@@ -619,7 +619,7 @@ class CRM_Contribute_Selector_Search extends CRM_Core_Selector_Base implements C
    * @return mixed
    */
   public function alphabetQuery() {
-    return $this->_query->searchQuery(NULL, NULL, NULL, FALSE, FALSE, TRUE);
+    return $this->_query->alphabetQuery();
   }
 
   /**