- Issue created by @bburg
- πΊπΈUnited States bburg Washington D.C.
So I figured out the issue, Search API Attachments adds a whole new field type to the fields you can add to be indexed, which appear as:
"Search api attachments: {My Files Field}" with the machine name "saa_field_{files}" -- curly braces replacing what would be your specific field name. While I had the standard field added to the index, which of course just ended up indexing as the file ID. It's mentioned in this part of the documentation:
"8. Go to admin/config/search/search-api/index/my_index/fields/add/nojs and:
- in the General section, add the "Search api attachments: My pdfs" field.
- in the Content section, add the "Title".
- in the Content section, add the "Body".
"Which didn't jump out at me on my first several read throughs. I added this to be indexed, and it worked as expected.
Would it be unreasonable to request we update the documentation to call out that this is a new field, and not the standard file field?
- Status changed to Closed: works as designed
3 months ago 7:47am 30 August 2024 - π«π·France izus
actually all these steps are documented in the README, please feel free to reopen and add the any documentation you find useful