Defect #4881
closedI can't use mnogosearch search engine with Redmine...
0%
Description
I can't use mnogosearch search engine with Redmine bacause Redmine puts documents in urls like:
http://myserver/redmine/attachments/*+2+*/myfile.pdf
This numeber (2) is a problem bacause in not a real directory, but is added by Redmine, so if I use this nmogosearch rule:
Server http://muserver/redmine/documents/ file:///var/lib/redmine/default/files/
in the search results I find:
http://myserver/redmine/documents/091103113553_myfile.pdf
In other words: the missing match between the filesystem path and the url generated cause such search engines to be useless.
Or maybe is my mistake because I do that in the wrong way?
Updated by Jean-Philippe Lang almost 15 years ago
- Status changed from New to Closed
- Resolution set to Invalid
The number is not a problem, it's the document id.
But you can setup a simple Alias in your apache configuration. Something like:
Alias /redmine/docs /var/lib/redmine/default/files/