瀏覽代碼

Merge branch '6.x-1.x' of git.drupal.org:sandbox/spficklin/1337878 into 6.x-1.x

spficklin 11 年之前
父節點
當前提交
8a47e84233
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      tripal_pub/includes/pub_search.inc

+ 2 - 0
tripal_pub/includes/pub_search.inc

@@ -483,6 +483,7 @@ function tripal_pub_get_search_results($search_array, $limit, $pager_id) {
                        lower(P.title) $action OR 
                        lower(P.volumetitle) $action OR
                        lower(P.publisher) $action OR
+                       lower(P.uniquename) $action OR
                        lower(P.pubplace) $action OR
                        lower(P.miniref) $action OR
                        lower(P.series_name) $action) ";
@@ -493,6 +494,7 @@ function tripal_pub_get_search_results($search_array, $limit, $pager_id) {
       $wargs[] = $value;
       $wargs[] = $value;
       $wargs[] = $value;
+      $wargs[] = $value;
     }
     // for all other properties
     else {