Project

General

Profile

Actions

Bug #17951

closed

indexing configuration page tree allows to choose only up to three levels of recursion

Added by Daniel Becker over 16 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2007-12-26
Due date:
% Done:

0%

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

Description

Using an content element "indexing configuration" to tell the crawler to index a page tree is less useful as it could be as it is not possible to choose "infinity" or "999" as the number of levels of recursion. Currently, it is limited to 3. There is an easy fix, found at ttp://www.typo3forum.net/forum/indexed-search/16466-crawler-extension-kompletten-seitenbaum-crawlen.html

In /typo3/sysext/indexed_search/tca.php, add an additional line
Array('LLL:EXT:indexed_search/locallang_db.php:index_config.depth.I.999', '999'),

In /typo3/sysext/indexed_search/locallang_db.xml, add an additional line
<label index="index_config.depth.I.999">999 Levels</label>
or
<label index="index_config.depth.I.999">infinity</label>

(issue imported from #M7049)

Actions #1

Updated by Alexander Opitz about 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.1

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF