问题
I have developed a module to create content for my site without using CCK. The data will be saved in different tables other than the default tables of Drupal. My requirement is, how can i make Drupal to index the content created by my custom module?
回答1:
You will have to implement hook_search in your module that indexes your custom content.
来源:https://stackoverflow.com/questions/4816851/adding-content-created-by-custom-module-to-drupal-search-index