Index: apachesolr_search.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.module,v retrieving revision 1.1.2.6.2.111.2.3 diff -u -p -r1.1.2.6.2.111.2.3 apachesolr_search.module --- apachesolr_search.module 13 Aug 2009 10:50:25 -0000 1.1.2.6.2.111.2.3 +++ apachesolr_search.module 13 Aug 2009 13:48:13 -0000 @@ -165,7 +165,7 @@ function apachesolr_search_view($type = watchdog('search', '%keys (@type).', array('%keys' => $log, '@type' => t('Search')), WATCHDOG_NOTICE, l(t('results'), 'search/'. $type .'/'. $keys)); // Collect the search results: - $content = search_data($keys, $type); + $content = apachesolr_search_search('search', $keys); if ($content) { $content = theme('box', t('Search results'), $content);