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

nijuley’s picture

Use cck and view modules.

By CCk and view you can filter, sort your data.
for CCk http://drupal.org/project/cck
for views http://drupal.org/project/views

or use Use Restricted Search module or Search Type module for an different search experience.