The taxonomy filter blocks that come with Apachesolr Search no longer work as an argument because going deeper than one level gives a URL like:
some-view/2895%20AND%20107%29
which when urldecoded comes out to:
some-view/(95 AND 107),107

Am I right in assuming that apachesolr search's blocks are supposed to be able to be used in conjunction with views arguments?

I'm not sure the best solution, so all my patch does is get rid of the parentheses and AND since the apachesolr_views argument handler creates it's own query.

CommentFileSizeAuthor
apachesolr-search-filters-support.patch609 bytesjrust
Support from Acquia helps fund testing for Drupal Acquia logo