Commit 89a7a38b authored by Shakarim Sapa's avatar Shakarim Sapa

- Add filter updates

parent 7154d6f2
...@@ -91,7 +91,7 @@ class SearchCoContent extends CoContent ...@@ -91,7 +91,7 @@ class SearchCoContent extends CoContent
'updated_at' => $this->updated_at, 'updated_at' => $this->updated_at,
]); ]);
$query->andFilterWhere(['like', 'url', $this->url]); $query->andFilterWhere(['like', 'url', $this->lang->name]);
return $dataProvider; return $dataProvider;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment