英文:
How to combine 2 fields on a Facet search - Drupal 9
问题
我正在为我的Drupal视图设置Facets,并且想要在两个字段上进行组合和搜索:我希望该Facet组合field_research_title和field_research_author字段。是否可以以这种方式设置?如果可以,如何设置一个将同一内容类型的两个字段组合在一起的Facet?
英文:
I am setting up Facets for my Drupal view and I want to combine and search together on 2 fields: I want the facet to combine field_research_title and field_research_author. Is it possible to setup this way? If yes, how to setup a facet that combines 2 fields of same content type?
答案1
得分: 1
在"facets"部分,/admin/config/search/facets/,你有一个选项可以合并facet。
首先,你需要编辑一个facet才能看到这个选项。
你可以在这里合并facets,你已经尝试过了吗?
英文:
On facets section /admin/config/search/facets/, you have an option to combine facets.
First, you have to edit one facet to see this option.
You can combine facets here,You have already tried?
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论