deconst / content-service

An API for storing, indexing and retrieving documentation
MIT License
4 stars 9 forks source link

Store publish dates of indexed envelopes as timestamps #36

Closed smashwilson closed 9 years ago

smashwilson commented 9 years ago

Transform the publish_date attribute of each indexed document into a Unix timestamp before storage. Transform it back to a date string in RFC 2822 format at result collection time.