koniu / recoll-webui

web interface for recoll desktop search
266 stars 55 forks source link

File extension .zip instead of .pdf when "Downloading/Open" #12

Closed wonx closed 10 years ago

wonx commented 10 years ago

Hello,

I noticed that when I try to download a pdf document that recoll found inside a zip file, I get a Zip file that cannot be opened. That is because in fact, it is a pdf file. If I rename that file to .pdf I can open it correctly.

ghost commented 10 years ago

Thanks for reporting this !

This seems to be in my department... I'll reproduce it and try to fix the problem.

jf

ghost commented 10 years ago

This should be fixed by the pull request in https://github.com/koniu/recoll-webui/pull/13 I think that's the only difference between the 2 repositories, so you can either apply the patch or just get the code from https://github.com/medoc92/recoll-webui

wonx commented 10 years ago

That was quick, thank you!

I noticed a couple more bugs ("broken pipe" and things like that), I'll report them when I find out when they happen. Again, thank you for this great tool :)