0

Can I get the searched word passed to the search-results.tpl.php template? I am using Drupal and Solr search.

user995317
  • 353
  • 6
  • 16

1 Answers1

0

try saving it searched text in a GLOBAL variable like $variables['makeurown'] and then access it in the template file. It should work.

Vishal Khialani
  • 2,557
  • 6
  • 38
  • 49