2
我要搜索其LANG_ID = 1的網頁,我使用以下laravel查詢orWhere給人意想不到的結果
$result = $this->where('lang_id', $this->langId);
$result->where('title', 'LIKE', '%'.$search.'%')
->orWhere('description', 'LIKE', '%'.$search.'%');
$result->get();
它給了我比1 LANG_ID其他太頁面。
如何解決?
謝謝你幫仍然存在,我們需要通過使用$搜索錯誤否則會給出例外。 – alishaukat
@alishaukat你是對的我編輯了我的答案。 – shaddy