The module presently only parses attachments made with the standard upload module. I would like it to also parse those made with the filemanager module (since I'm using that module on my site...).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | search_attachments.module.patch | 13.77 KB | Jürgen Depicker |
Comments
Comment #1
Jürgen Depicker commentedI've patched the code in this way:
The code works without a hitch on my site. I hope the code gets inserted into the cvs version, so others may benefit from it as well.
The patch is in unidiff format. I hope this is fine?
Comment #2
markj commentedThanks for the filemanager patch. I've added a driver system that allows you to add support for any file management api or module. I'll try to create a driver for filemanager based on your code.
Comment #3
markj commentedThere is now a driver for attachments/filemanager.
Comment #4
Jürgen Depicker commentedThanks!!! I would like to see the new version; if only you would commit ;-).
Comment #5
markj commentedThe latest version is available at http://interoperating.info/mark/search_attachments