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

Feature story list sort order #43

Closed rahulbot closed 8 months ago

rahulbot commented 8 months ago

This PR adds support for sending in sort_field, sort_order, and page_size, checks for valid values of each, and has unit test for checking the logic. These are needed for our integrations and research API usage. This finishes fixes for #15.

rahulbot commented 8 months ago

(merged to keep needed integration work moving forward)