Closed (fixed)
Project:
Apache Solr Multilingual
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
21 May 2010 at 11:18 UTC
Updated:
29 Jun 2010 at 14:40 UTC
In order to index translations, the following change is need to index translation in apachesolr.module
//if ($translation_document = apachesolr_node_to_document($translation->nid, $namespace)) {
if ($translation_document = apachesolr_node_to_document(node_load($translation->nid), $namespace)) {
If only the Node ID is passed, this produces a lot of errors because the $node object is expected by apachesolr_node_to_document();
| Comment | File | Size | Author |
|---|---|---|---|
| apachesolr_multilingual.module_2x-dev_compat.patch | 925 bytes | ayalon |
Comments
Comment #1
mkalkbrennerstarted branch 2.x-dev