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().

Comments

Grimreaper created an issue. See original summary.

grimreaper’s picture

Status: Active » Needs review
StatusFileSize
new4.53 KB

Here is the patch.

Thanks for the review.

grimreaper’s picture

Assigned: grimreaper » Unassigned

  • izus committed 1977f74 on 7.x-1.x authored by Grimreaper
    Issue #2804829 by Grimreaper, izus: Use $this->index->getEntityType()...
izus’s picture

Status: Needs review » Fixed

merged #2 to not loose Grimreaper's effort on this.
Thanks

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.