Actions
Bug #18109
closedQuery generator does not accept dates in where condition
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
Updated by Oliver Hader almost 17 years ago
Committed to SVN:
- TYPO3_4-1 (rev. 3056)
- Trunk (rev. 3057)
Actions