I am wondering if there is a way to add searching file to Drupal core search function? without using contributed modules, so when user search a phrase, it will show both page contents and files.

Comments

WorldFallz’s picture

This is not part of core, you can use the http://drupal.org/project/search_files module.

vj0914’s picture

the problem with search_files or swish_e modules is that users need to click Server_File tab to see the list of files. I like to merge the result to one page which is the Content tab

WorldFallz’s picture

Sounds like a worth while feature request for the module. Otherwise i think you'll have to code it yourself.