Project

General

Profile

Actions

Bug #18109

closed

Query generator does not accept dates in where condition

Added by Michael Stucki almost 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-02-04
Due date:
% Done:

0%

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

Description

In lowlevel / DB check / Full search, you can't set any value in the conditions of "date" and "datetime" fields. Every time you submit the form, the values are removed again.

Additionally, the JS eval functions seem not to work.

Additionally, it should be mentioned that the whole module does not work anymore unless you fix line 633 of class.t3lib_fullsearch.php. Use type casting to make sure t3lib_div::_POST('SET') is an array:
...(array)t3lib_div::_POST('SET')...
(issue imported from #M7371)


Files

0007371.patch (10.4 KB) 0007371.patch Administrator Admin, 2008-02-04 01:21
Actions

Also available in: Atom PDF