All,
I followed an example and created a catalog for my site, its id = Catalog.
I created three indexes
Name Index Type
Id Fieldname
Title TextIndex
Bobobase_modification_time DateIndex
created FieldIndex
modified FieldIndex
I create three meta_type
Title
Bobobase_modification_time
Getid
modified
Then I executed a find object of a 3rd party product which I have modified to allow auto cataloging.
If works great.
My problem is the created and modified times are not correct and do not change if I edit the object.
The Bobobase_modification_time date and time is correct, but this changes every time I upload or change the object.
What I need is a create date and modified so I can search on objects that where created/modified in the past x hours
Is there a way for me to trouble shoot where the time is being set for created and modified.
Thanks in advance
TP