Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Can I get the searched word passed to the search-results.tpl.php template? I am using Drupal and Solr search.
尝试将搜索到的文本保存在 $variables['makeurown'] 之类的全局变量中,然后在模板文件中访问它。它应该工作。