Extend Redmine search functionality by searching also through attached documents
Added by Petr Vins about 14 years ago
Hi,
I would like to extend the Redmine search functionality by searching through documents attached to project.
This means if somebody will attach e.g. doc or pdf file, it's context must be searchable.
Did anyone solved this issue? It could be usefull for anybody.
There are some topics about this, but they seem to be unresolved yet:
http://www.redmine.org/boards/2/topics/3748?r=4919#message-4919
http://www.redmine.org/issues/3021
Thank you
Replies (2)
RE: Extend Redmine search functionality by searching also through attached documents - Added by Xabier Elkano about 14 years ago
Hi Petr Vins,
I wrote a simple plugin to allow searches trough attachments.
I've used xapian search engine and omega to index files.
I'm going to put it in plugins thread.
RE: Extend Redmine search functionality by searching also through attached documents - Added by Xabier Elkano about 14 years ago
Xabier Elkano wrote:
Hi Petr Vins,
I wrote a simple plugin to allow searches trough attachments.
I've used xapian search engine and omega to index files.I'm going to put it in plugins thread.