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

Search results should be sortable by pub_date and index_date, depreciate surt_url sorting #15

Closed pgulley closed 9 months ago

pgulley commented 10 months ago

Per @rahulbot's comments on this story-indexer issue, we should no longer be sorting by surt_url (as we do not index this value!) and instead expose the option to sort either by pub_date or index_date. All other references to surt_url should be scrubbed as well.

rahulbot commented 9 months ago

I think this is all fixed already.