mediacloud / news-search-api

Internal API server that offers search access to the Media Cloud Online News Archive (in Elasticsearch).
https://mediacloud.org
GNU Affero General Public License v3.0
1 stars 3 forks source link

ensure indexed_date comes back as datetime for filtering #46

Closed rahulbot closed 8 months ago

rahulbot commented 8 months ago

This seems to be coming back as a date, but we need it as a datetime for use cases where a person wants to query for new stories that have been ingesting since the user's last call.

pgulley commented 8 months ago

Looks like this was addressed in #47