apachesolr.interface.inc isn't listed in apachesolr.info, which causes problems for code that uses the DrupalSolrQueryInterface--for example, Apache Solr Views. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| apachesolr-info.patch | 404 bytes | becw |
apachesolr.interface.inc isn't listed in apachesolr.info, which causes problems for code that uses the DrupalSolrQueryInterface--for example, Apache Solr Views. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| apachesolr-info.patch | 404 bytes | becw |
Comments
Comment #1
nick_vhThanks! Committed to the D7 version.
Comment #2
nick_vhCommitted to 6.x-3.x
Comment #3
becw commentedIf this is an issue in 6.x, then the 6.x version will need to rely on the Autoload module.
Comment #4
nick_vhThis is not an issue in D6, we prefer to keep both releases equal. We have implemented a sort of class loading mechanism for D6. Thanks for the concerns.
Comment #5
becw commentedAh, interesting.