Actions
Bug #21405
closedSuggest Autocomplete
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-10-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The suggest-autocomplete feature which is now integrated to core works excellent when using it in tca.php
But I can't get it finding any records if I use it in flexform_ds.xml.
The code, I guessed, for flexform.xml should look like this:
<wizards type="array">
<suggest type="array">
<type>suggest</type>
<default type="array">
<searchWholePhrase>1</searchWholePhrase>
</default>
</suggest>
</wizards>
But this minimal version should fit too AFAIK:
<wizards>
<suggest>
<type>suggest</type>
</suggest>
</wizards>
Both codes display the nice box, but if i type, no records are found (message appears correctly). (even if i use wildchar for allowed tables! ...)
(issue imported from #M12399)
Updated by Sebastian Kurfuerst over 13 years ago
- Status changed from New to Closed
- Target version deleted (
0)
closing because it is duplicate
Actions