--- apachesolr_views.views.inc 2011-03-01 21:04:07.000000000 +0100 +++ apachesolr_views.views.inc.org 2011-03-01 20:55:42.000000000 +0100 @@ -117,6 +117,9 @@ function apachesolr_views_views_plugins( //'help topic' => 'apachesolr-cache-time', // TODO!!! ), ), + 'argument' => array( + 'handler' => 'apachesolr_views_handler_argument_search', + ), ); } @@ -243,9 +246,6 @@ function apachesolr_views_views_data() { 'filter' => array( 'handler' => 'apachesolr_views_handler_filter_search', ), - 'argument' => array( - 'handler' => 'apachesolr_views_handler_argument_search', - ), ); // score field. Useful for when combining sorts. So you sort by score, creation etc.