Hello,
I am working on a Drupal 11 site and using the Paragraphs module to structure content. I have added a Paragraph type called "Attachments", which allows for uploading multiple files. However, I am unable to index this field in Solr using the Search API Attachments module.
The field appears on the page at:
admin/config/search/search-api/index/main_index/fields/add/nojs
But, when trying to select it, the field content is not available for indexing. I can easily select other properties like the file name, but not the actual file content itself.
I am using the following version of the module:
https://www.drupal.org/project/search_api_attachments/issues/3474910 ✨ Drupal 11 Ready Needs review
Has anyone encountered a similar issue or found a workaround for indexing these attachment fields in Solr? Any pointers on where I could potentially hardcode a solution?
Thank you in advance for your help!