我正在尝试搜索不同自定义字段的标题和内容。
$args = array('exclude_from_search' => array( 'order-request'),
"post_type" => array('post','document','page','event','product'),
's' => get_search_query()
);
$context['posts'] = Timber::get_posts($args);
但当我搜索类似的东西时
"Example ' Assistants"
即使这是一篇文章的标题,如果我搜索“示例”,文章也在那里。
我怎样才能包含一些特殊的角色?