Changelog

Changelog - 2.63.0

Released on

New Site Type: standard_news

The standard_news value has been added to the site_type list.

  • For the analyze/dataset route, it is equivalent to news.
  • For the analyze/tql route, unlike the current news behavior that also includes premium and licensed news, this new parameter allows you to select only standard news documents.

We also updated the TQL route to accept licensed_news and premium_news values. Meaning that the previous news site_type is equivalent to (site_type:"standard_news" OR site_type:"licensed_news" OR site_type:"premium_news") in TQL.

Existing requests are not impacted.