Hide Drupal nodes from search(从搜索中隐藏 Drupal 节点)
问题描述
我通过编写一个模块来检查该部分的 RERQUEST_URI 以及用户角色,从而在 drupal 站点上创建了一个私有部分.我现在遇到的问题是如何防止这些节点/视图出现在搜索中.
I made a private section on a drupal site by writing a module that checks the RERQUEST_URI for the section as well as user role. The issue I am running into now is how to prevent those nodes/views from appearing in the search.
私有部分中使用的内容类型在网站的其他地方使用.
The content types used in the private section are used in other places in the site.
让 Druapl 搜索忽略内容/不索引/不在搜索结果中显示它的最佳方法是什么?
What's the best way to get Druapl search to ignore the content/not index/not display it in search results?
推荐答案
摇篮机器人 网站.
这篇文章的评论也值得一读,因为那里的人建议了其他方法来做到这一点,也是通过 contrib 模块(而不是在您自己的代码中实现一些钩子).D6 的代码也在注释中.
It's worth reading the comments to the post too, because people there suggested alternate ways of doing that, also by mean of contrib modules (rather than implementing some hooks in your own code). Code for D6 is in the comment as well.
HTH!
这篇关于从搜索中隐藏 Drupal 节点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:从搜索中隐藏 Drupal 节点


基础教程推荐
- 将变量从树枝传递给 js 2022-01-01
- Web 服务器如何处理请求? 2021-01-01
- php中的PDF导出 2022-01-01
- php 7.4 在写入变量中的 Twig 问题 2022-01-01
- Yii2 - 在运行时设置邮件传输参数 2022-01-01
- 主题化 Drupal 7 的 Ubercart “/cart"页 2021-01-01
- PHPUnit 的 Selenium 2 文档到底在哪里? 2022-01-01
- php中的foreach复选框POST 2021-01-01
- 使用 scandir() 在目录中查找文件夹 (PHP) 2022-01-01
- 如何在数学上评估像“2-1"这样的字符串?产生“1"? 2022-01-01