如何使子术语显示在 Drupal 的主要分类法页面中?

How to make sub terms show in main taxonomy page in Drupal?

我有类别:

如果我打开摄像头,什么也看不到,只有:

There is currently no content classified with this term.

相反,我希望视图在我单击 "Cameras" 时自动显示子项。因此,点击相机应该会显示配件的所有内容,以及袋子和外壳以及内部和外部。如果我点击袋子和外壳,它必须只显示袋子和外壳,内部和外部。

我该怎么做?

您是否尝试过将 上下文过滤器 Content: Has taxonomy term ID (with depth) 添加到视图中?参见 https://drupal.stackexchange.com/a/58526