= Plugin for searching wiki and ticket attachments = == Description == This plugin allows text integral search in attachments. * adds a new '''Attachments''' source to the search page * presents an excerpt of the documents in the result page * supports any format with a command line tool for plain text conversion (filter command) == Bugs/Feature Requests == Existing bugs and feature requests for SearchAttachmentsPlugin are [report:9?COMPONENT=SearchAttachmentsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SearchAttachmentsPlugin&owner=deltroo new ticket]. == Download == Download the zipped source from [download:searchattachmentsplugin here]. == Source == You can check out SearchAttachmentsPlugin from [http://trac-hacks.org/svn/searchattachmentsplugin here] using Subversion, or [source:searchattachmentsplugin browse the source] with Trac. == Example == [components][[BR]] searchattachments.* = enabled[[BR]] [[BR]] [attachment][[BR]] swish = /usr/bin/local/swish-e[[BR]] filter.doc = /usr/local/bin/catdoc -b "%s" > "%s"[[BR]] filter.ppt = /usr/local/bin/catppt "%s" > "%s"[[BR]] filter.pdf = /usr/bin/pdftotext "%s" "%s"[[BR]] [[BR]] ''swish'' path to the swish-e command on your system. ''filter.*'' command to use for converting a non-text format to text. The command takes a file as input (first ''%s'') and writes the generated a text file in a file (second ''%s''): == Recent Changes == [[ChangeLog(searchattachmentsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:deltroo] [[BR]] '''Contributors:'''