Problem/Motivation

#3483434: Duplication for Empty Fields added a check \Drupal\search_api_attachments\Plugin\search_api\processor\FilesExtractor::addFieldValues that prevents text extractions from being added to a search index of file entities

Steps to reproduce

  1. Configure a search index of file entities with a saa_saa_file_entity property
  2. Upload a file

Proposed resolution

Fix the check added in #3483434: Duplication for Empty Fields

Remaining tasks

  1. Write a patch
  2. Review
  3. Commit

User interface changes

None

API changes

None

Data model changes

None

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

idebr created an issue. See original summary.

idebr’s picture

Status: Active » Needs review

The merge request fixes the check added in #3483434: Duplication for Empty Fields, so text extractions are correctly added to files index

anneke_vde’s picture

Status: Needs review » Reviewed & tested by the community

Looks good, I tested the above fix and after the fix the file entity text extraction is available in de file index.

  • eeff76d4 committed on 9.0.x
    Issue #3485617: Extractions are no longer added to files index
    
izus’s picture

Status: Reviewed & tested by the community » Fixed

merged

Status: Fixed » Closed (fixed)

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