diff options
author | Javier Rojas <jerojasro@devnull.li> | 2012-01-10 22:20:48 -0500 |
---|---|---|
committer | Javier Rojas <jerojasro@devnull.li> | 2012-01-10 22:20:48 -0500 |
commit | d3ad47829871a52c622fcb918251f72f11fec0a5 (patch) | |
tree | f2c90452a8541fc5f64db35ec52fb55a54f049a8 /doc | |
parent | 6e53691fd43180abfa8c02f9fbf8860a1abf977a (diff) | |
download | ikiwiki-d3ad47829871a52c622fcb918251f72f11fec0a5.tar ikiwiki-d3ad47829871a52c622fcb918251f72f11fec0a5.tar.gz |
new forum post about search in attachments
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/index_attachments.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/forum/index_attachments.mdwn b/doc/forum/index_attachments.mdwn new file mode 100644 index 000000000..8167a60f8 --- /dev/null +++ b/doc/forum/index_attachments.mdwn @@ -0,0 +1,9 @@ +Why doesn't the [[plugins/search]] plugin index attachments? are there any +technical reasons for not including this feature/option? (besides increased +processing time, and depending from external programs.) + +One could check for all non-mdwn files, convert them to text, if such thing is +possible, and add them as documents; I guess `needsbuild` would be a good site +for that. + +--[[jerojasro]] |