Apache Solr Views uses two functions from Apache Solr search (apachesolr_search, which lives in the apachesolr module directory), but does not declare a dependency on the module. It needs to be added as a dependency in the .info file.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1409870-1-apachesolr_views-add_undeclared_dependency.patch | 313 bytes | becw |
Comments
Comment #1
becw commentedHere's a trivial patch.
Comment #2
becw commentedapachesolr_views breaks without apachesolr_search. This dependency is required.
Comment #3
dstuart commentedPatch commit to dev
Comment #4
dstuart commented