By rainmist on
I am new to drupal.
Some information of my article is really important for visitors. So, I want to build customized field for them. The fields my both be browsed and searched. Is there any good methods/
Thanks a lot!
I am new to drupal.
Some information of my article is really important for visitors. So, I want to build customized field for them. The fields my both be browsed and searched. Is there any good methods/
Thanks a lot!
Comments
Oh, I find CCK is a powful tool
I find CCK is a powful tool. However, can I filter search result through any modules?
Use
Use Restricted Search module
Restricted Search is a module which lets administrators exclude individual nodes or entire content types from the search system. This is especially useful for pages used with Login Destination, or CCK nodes primarily meant to be presented only with views and not as individual nodes.
It is a dev-module, but should be stable for most uses. Just try it
http://drupal.org/node/169525
or use Search Type Adds a
or use
Search Type
Adds a type selector to search blocks to limit searches by content type or to search users. The selector appears only for users with the "use advanced search" permission.
Adds a fieldset to the search configuration form to select which content types to offer as options.
http://drupal.org/node/162413