I'm having problems parsing your english but if I understand correctly you are having issues with the and clause. Even if that is incorrect (which doesn't matter as it is attached to the table of an unused module) I still can't get the date search to do anything. I know that the date fields were added correctly because they are default fields and the relevant section of the searchdefs is:
PHP Code:
'date_entered' =>
array (
'width' => '10%',
'label' => 'LBL_DATE_ENTERED',
'default' => true,
'name' => 'date_entered',
),
'date_modified' =>
array (
'type' => 'datetime',
'label' => 'LBL_DATE_MODIFIED',
'width' => '10%',
'default' => true,
'name' => 'date_modified',
),
Which was added using the studio they show up in the advanced search as expected they just don't do anything. Also the " 'type' => 'datetime', " Doesn't seem to matter as both created and modified show up as the same selectbox/search options and neither do anything
Bookmarks