Needs review
Project:
Apache Solr Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2011 at 18:47 UTC
Updated:
27 Oct 2011 at 18:47 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| apachesolr-search-filters-support.patch | 609 bytes | jrust |