Actions
Bug #36780
closedSuggest wizard doesn't allow to add further search fields
Status:
Closed
Priority:
Should have
Assignee:
Category:
FormEngine aka TCEforms
Target version:
Start date:
2012-05-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
The Tceform suggest wizard doesn't allow to add further search fields. According to the second part of #21924 this would be a nice addon.
Updated by Tolleiv Nietsch over 12 years ago
- % Done changed from 0 to 90
- Complexity set to easy
The related change enables to have a new wizard configuration like this:
'wizards' => array(
'suggest' => array(
'type' => 'suggest',
'default' => array(
'additionalSearchFields' => 'subtitle,bodytext'
)
)
)
Updated by Gerrit Code Review over 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10930
Updated by Franz Koch over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Applied in changeset 373f3503df8aebfec1ad66ac88d756a886a41c7a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions