Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Drupal 的新手。我想在我的网站中添加多个输入搜索。
例如按名称、国家、州、位置等查找酒店
如何在我的 drupal 网站中添加这些过滤器。他们的任何模块可用???请给我一些指示。
您可以使用公开的过滤器创建视图,每个公开的过滤器将是单独的输入搜索过滤器。在这种情况下,您还可以在数据库中添加适当的索引以使其更快。
尝试检查视图中的“暴露过滤器”。