By vj0914 on
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.
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
_
This is not part of core, you can use the http://drupal.org/project/search_files module.
the problem with search_files
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
_
Sounds like a worth while feature request for the module. Otherwise i think you'll have to code it yourself.