Bug #15894
closedIndexed Search: Startingpoint not visible
0%
Description
From the manual:
5. Then select the root page of your website as the “Starting point” of the plugin content element:
However there is not starting point shown as soon as I switch the Plugin to 'Indexed Search'.
(issue imported from #M2983)
Files
Updated by Franz Holzinger over 18 years ago
The reason for this can be found in
ext_tables.php:
$TCA['tt_content']['types']['list']['subtypes_excludelist'][$_EXTKEY] = 'layout,select_key,pages';
If you comment this line out, then the staringpoint and CODE field will be shown again.
So maybe it is a wanted feature. However then the documentation needed a modification.
Updated by Martin Kutschker over 18 years ago
The plugin code apparently does neither uses CODE nor Startingpoint.
Updated by Michael Stucki over 18 years ago
Franz, I'm questioning whether you are reading the core list or not? AFAIK that change was proposed & performed by Martin just one or two weeks ago!
There was a good reason for removing the field, so we better don't change it.