Hello,
I recently worked on a project with entity translation and I used search_api_et, search_api_et_solr and scald_search_api_attachments.
I discovered that in this case a difference between $this->index->item_type and $this->index->getEntityType()
$this->index->item_type returned search_api_et_node
$this->index->getEntityType() returned node
I will upload a patch that replaces $this->index->item_type by $this->index->getEntityType().
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | search_api_attachments-fix_index_type-2804829-2.patch | 4.53 KB | grimreaper |
Comments
Comment #2
grimreaperHere is the patch.
Thanks for the review.
Comment #3
grimreaperComment #5
izus commentedmerged #2 to not loose Grimreaper's effort on this.
Thanks