Project

General

Profile

Actions

Bug #17329

closed

TCA fields of type "none" should be searchable too.

Added by Nikolas Hagelstein about 17 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-05-24
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

5676_01.diff (720 Bytes) 5676_01.diff Administrator Admin, 2010-03-23 05:00
Actions #1

Updated by Georg Ringer over 16 years ago

wouldn't it be nice to make this selectable through TSConfig ?

Actions #2

Updated by Nikolas Hagelstein over 16 years ago

yes, but it isnt configurable atm right? I would be nice to have the opportunity to configure searchable fields.

Actions #3

Updated by Christian Kuhn about 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.

Actions #4

Updated by Alexander Opitz about 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?

Actions #5

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions #6

Updated by Christian Kuhn over 5 years ago

note: no. type=none does not necessarily exist in db and thus should never be target for search.

Actions

Also available in: Atom PDF