Specific version is 4.6.5.
I'm having another problem with indexing. See here: http://drupal.org/node/44963#comment-99759 .
But when I search and find something (content within a file, indexed with swish-e), I'm noticing that search creates a link like this:
http://myserver/kb/?q=system/files&file=/myfile.xls
Do you see that leading slash ("/") just before "myfile.xls"? That's incorrect; it makes the url to try to resolve to the installation root but the files are in /files.
Now, If I go to the document that has that file attached, and I look into the attachment link, the link is like this:
http://myserver/kb/?q=system/files&file=myfile.xls
Notice now that there's no leading slash and the link resolves correctly and pulls up the file.
How can I get rid of the leading slash that search is returning?
Thanks!
ZoneV