Project

General

Profile

Actions

Bug #59007

open

Epic #65815: Improve Indexed search indexer

Indexed Search cannot index external files if FileStorage is not public

Added by Robert Vock almost 10 years ago. Updated over 1 year ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2014-05-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

External files are indexed with the following TypoScript:

config.index_enable = 1
config.index_externals = 1

and Configuration in extension (useCrawlerForExternalFiles)

If the sys_file_storage is public, everything works fine. The frontend generates URLs in the form of "fileadmin/download.pdf" which are correctly indexed.

But if the storage is not public, the frontend generates links in the form of "index.php?eID=dumpFile&t=f&f=FILEID&token=HASH" which are not indexed. This is the case even if it would be possible to read the file on the server side (for example if the path is a samba mount)

To reproduce the bug, just uncheck the "is public" checkbox for the default fileadmin FileStorage.

Actions

Also available in: Atom PDF