.distinct() 之后 .filter 为了删除查询本身中的重复项,同时它还将获取两个相同(3之前)的对象,您可以在 (post_list | post_list_by_title)
.distinct()
.filter
(post_list | post_list_by_title)