فهرست منبع

无结果返回"count"=>0

visuddhinanda 3 سال پیش
والد
کامیت
20b5a56b58
1فایلهای تغییر یافته به همراه5 افزوده شده و 1 حذف شده
  1. 5 1
      app/Http/Controllers/SearchController.php

+ 5 - 1
app/Http/Controllers/SearchController.php

@@ -227,8 +227,12 @@ class SearchController extends Controller
                 break;
         }
 
+        if($result){
+            return $this->ok(["rows"=>SearchBookResource::collection($result),"count"=>count($result)]);
+        }else{
+            return $this->ok(["rows"=>[],"count"=>0]);
+        }
 
-        return $this->ok(["rows"=>SearchBookResource::collection($result),"count"=>count($result)]);
     }
 
     private function getQueryWhere($key,$match){