标签: php mongodb search
MongoDB结构是标题与正文配对。我用过:
$c = $this->db->find(['text' => ['$search' => $search_word]]);
但它只搜索搜索词的标题。我想让它搜索标题和正文以搜索搜索词。