Dear Developers

I am having problem while choosing different search techniques in Drupal. I want the frame work of internal search for my site and i am going to using CMS and trying to customizing.

i will be very grateful to u. if you advise me correctly

vikaL

Comments

lee20’s picture

Checkout the Drupal API Docmentation. You may need to create a custom module and utilize the necessary hooks for indexing and displaying results. Specifically look at the hook_search, hook_search_preprocess, and hook_update_index hooks. It may require defining a custom content type as well.