Re: copyField of dates unworking?

2011-05-27 Thread Ahmet Arslan
  copyfield source=date dest=text/ The letter f should be capital. copyfield =copyField

Re: copyField of dates unworking?

2011-05-27 Thread Jack Repenning
On May 27, 2011, at 1:04 AM, Ahmet Arslan wrote: The letter f should be capital Hah! Well-spotted! Thanks. -==- Jack Repenning Technologist Codesion Business Unit CollabNet, Inc. 8000 Marina Boulevard, Suite 600 Brisbane, California 94005 office: +1 650.228.2562 twitter:

copyField of dates unworking?

2011-05-26 Thread Jack Repenning
Are there some sort of rules about what sort of fields can be copyFielded into other fields? My schema has (among other things): field name=date type=tdate indexed=true stored=true required=true / field name=user type=string indexed=true stored=true

Re: copyField of dates unworking?

2011-05-26 Thread anass talby
it seems like reserved key words can't be used as field names did you try to changes your date field name? On Thu, May 26, 2011 at 9:54 PM, Jack Repenning jrepenn...@collab.netwrote: Are there some sort of rules about what sort of fields can be copyFielded into other fields? My schema has

Re: copyField of dates unworking?

2011-05-26 Thread Jack Repenning
On May 26, 2011, at 1:55 PM, anass talby wrote: it seems like reserved key words can't be used as field names did you try to changes your date field name? Interesting thought, but it didn't seem to help. I changed the schema so it has both a date and a eventDate field (so as not to