Bug #17329
closedTCA fields of type "none" should be searchable too.
0%
Description
According to line 512 of class.db_list.inc :
" if ($info['config']['type']=='text' || ($info['config']['type']=='input' && !ereg('date|time|int',$info['config']['eval'])))"
Fields of type input or text are searchable via list mode. Type NONE should be searchable too.
(issue imported from #M5676)
Files
Updated by Georg Ringer almost 17 years ago
wouldn't it be nice to make this selectable through TSConfig ?
Updated by Nikolas Hagelstein almost 17 years ago
yes, but it isnt configurable atm right? I would be nice to have the opportunity to configure searchable fields.
Updated by Christian Kuhn over 14 years ago
Attached a trivial patch to just add the none field to search fields in list module ... configuration for this would be better but I currently don't have the time to hack up something like this.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Updated by Christian Kuhn about 6 years ago
note: no. type=none does not necessarily exist in db and thus should never be target for search.