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
- Configure a search index of file entities with a saa_saa_file_entity property
- Upload a file
Proposed resolution
Fix the check added in #3483434: Duplication for Empty Fields
Remaining tasks
- Write a patch
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork search_api_attachments-3485617
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
Comment #3
idebr commentedThe merge request fixes the check added in #3483434: Duplication for Empty Fields, so text extractions are correctly added to files index
Comment #4
anneke_vde commentedLooks good, I tested the above fix and after the fix the file entity text extraction is available in de file index.
Comment #6
izus commentedmerged