Bug #34925
closedSearch in record selection popup doesn't find records
0%
Description
- Add a field specified as type "group" in TCA
- create a new record or edit an existing one
- click on the small folder icon besides the group-field
- in the popup window select a page from the page tree with the records you want to select on
- use the search field under the record list to search for a record from the list
--> the search result is empty
Files
Updated by Oliver Hader over 12 years ago
Can you please add a screenshot?
I've tried this with 4.5 and 4.6 on pages properties and the "general record storage" - however the search in the element browser worked for me, see
Updated by Oliver Hader over 12 years ago
- Status changed from New to Needs Feedback
Updated by Niels Pardon over 12 years ago
- File BackendSearchBug.jpg BackendSearchBug.jpg added
I've discovered this in a TYPO3 installation of one of my customers using TYPO3 4.6.5. The customer is using seminars. I was able to reproduce the behavior on my own TYPO3 installation with 4.6.5 and seminars. I've added an organizer with my name and tried to search for it. The search result is empty. It is working with TYPO3 version 4.5.
The corresponding TCA in seminars looks like this where $selectType is set to "group":
'organizers' => array( 'exclude' => 0, 'label' => 'LLL:EXT:seminars/locallang_db.xml:tx_seminars_seminars.organizers', 'config' => array( 'type' => $selectType, 'internal_type' => 'db', 'allowed' => 'tx_seminars_organizers', 'foreign_table' => 'tx_seminars_organizers', 'foreign_table_where' => tx_seminars_tableRelations( 'tx_seminars_organizers' ), 'size' => 5, 'minitems' => 1, 'maxitems' => 999, 'MM' => 'tx_seminars_seminars_organizers_mm', 'wizards' => tx_seminars_tableReplace($tempWizard, 'tx_seminars_organizers'), ), ),
Updated by Niels Pardon over 12 years ago
This bug can be closed. Needs to be fixed in seminars.
The change by Dmitry Dulepov regarding the back-end search improvements for TYPO3 4.6 is causing the problem. It can be fixed by specifying the search fields in the TCA of seminars.
I've created a bug tracker entry for seminars: https://bugs.oliverklee.com/show_bug.cgi?id=4424
Updated by Stefan Galinski over 11 years ago
- Status changed from Needs Feedback to Closed