简体   繁体   English

在Drupal上搜索cck创建的内容类型

[英]search on cck created content type on Drupal

I am developing a website with a specific content type in Drupal: I use CCK to define this content type. 我正在Drupal开发一个具有特定内容类型的网站:我使用CCK来定义这种内容类型。

I also need an advanced search form to give the site visitors doing their search based on any fields of this content type. 我还需要一个高级搜索表单,以使站点访问者可以基于此内容类型的任何字段进行搜索。 but i have no idea about implementing it. 但是我不知道要实现它。

Would someone help me? 有人会帮助我吗?

CCK provides filters to the Views module, so you could use a view to at least come close to what you want (I don't know if a full text search is possible using this approach). CCK为Views模块提供过滤器,因此您可以使用视图至少接近您想要的(我不知道是否可以使用此方法进行全文搜索)。

drupal.org itself uses Apache Solr Search Intergration . drupal.org本身使用Apache Solr Search Intergration Apache Solr Search Intergration requires Apache Solr . Apache Solr Search Intergration需要Apache Solr If you do not do not have the means to set up Apache Solr (or do not want to for some other reasons), you can use an instance of Apache Solr provided by Acquia (called acquia search). 如果您没有办法设置Apache Solr(或者由于某些其他原因而不想),您可以使用Acquia提供的Apache Solr实例(称为acquia搜索)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM