We have a site that has content types with link fields (https://www.drupal.org/project/link) that point to PDF files. We wanted to be able to use this fields without needing to save the PDFs in the filesystem so we created a small submodule for this.
| Comment | File | Size | Author |
|---|---|---|---|
| search_api_attachments_links.tar_.gz | 2.63 KB | jackbravo |
Comments
Comment #2
izus commentedThanks
Please provide a patch instead of an archive
Comment #4
izus commentedhi,
hi i reviewed the module and Just for sharing what i changed :
- the .info file has a version, datestamp and project keys that are not needed
- missing word in README
-
i made two separate commits so that you have a full commit author credits
Comment #6
jackbravo commentedGreat! Thanks. The only think that maybe would be worth mentioning in the README or somewhere is that this approach has a performance penalty.
Comment #7
izus commentedHI,
thanks
please add a patch to README file of search_api_attachments_links to mention this and explain why
Thanks again ;)