Project

General

Profile

Actions

Bug #20516

closed

External Files are always indexed for the default language

Added by Marcel Greter over 15 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
Start date:
2009-05-27
Due date:
% Done:

0%

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

Description

External files (i.e. PDFs) are always indexed for the default language, therefore they will not show up when searching in an other language than default.

Typo3 4.2.6

I already fixed it for our installation:

typo3\sysext\indexed_search\class.indexer.php @ 1527

'freeIndexUid' => intval($this->conf['freeIndexUid']),
'freeIndexSetId' => intval($this->conf['freeIndexSetId']),
+ # fix by
+ 'sys_language_uid' => intval($this->conf['sys_language_uid']),
);
$GLOBALS['TYPO3_DB']->exec_INSERTquery('index_phash', $fields);

HTH, Marcel Greter

(issue imported from #M11204)


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #19573: external documents linked to pages in another language than default are only found when searched in default languageClosedDmitry Dulepov2008-11-05

Actions
Actions #1

Updated by Christian Kuhn over 15 years ago

Resolved as a duplicate of #9739

Actions #2

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF