Commit bc02c87e authored by john's avatar john

Merge branch 't_3031'

3106
parents d137a8d3 0c993260
...@@ -83,7 +83,7 @@ class SearchDocContent extends DocContent ...@@ -83,7 +83,7 @@ class SearchDocContent extends DocContent
'priority' => $this->priority, 'priority' => $this->priority,
]); ]);
// $query->andFilterWhere(['like', 'doc_content_lang.url', $this->url]); $query->andFilterWhere(['like', 'doc_content_lang.url', $this->url]);
// $query->andFilterWhere(['likef', 'doc_content_lang.name', $this->name]); // $query->andFilterWhere(['likef', 'doc_content_lang.name', $this->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