Drupal 6 多面搜索

发布于 2024-09-26 07:13:28 字数 109 浏览 3 评论 0原文

我一直在尝试分面搜索和可用的显示样式,并且想知道是否有一种方法可以在自定义模块中编写自定义显示,并在配置环境时将其公开给显示样式列表。

我使用了视图选项,但视图并不能完全产生我想要的结果。

I've been playing around with faceted search and the available display styles and wanted to know if there's a way I can write a custom display within my custom module and expose it to the list of display styles when configuring an environment.

I used the view option but the views doesn't quite produce the results I want.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

落日海湾 2024-10-03 07:13:28

考虑覆盖与搜索相关的模板文件,例如 search-result.tpl.php search-results.tpl.php

您还可以使用显示套件模块来创建自定义搜索结果页面。查看http://drupal.org/project/ds——有很多可用的资源。

Consider overriding the search related template files e.g. search-result.tpl.php search-results.tpl.php

Also you can use the display suite module to create a customize search result page. Check out http://drupal.org/project/ds -- there are lots of resources available.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文