Version 1.8.4
over 6 years ago by Mathew Cropper
Two releases in one day! Double whammy.
In this update, we fix an issue in the Syndication API where searching by _type
and _value
in the syndication_query.topics_filter
returned no results. This now works.
For example, the following filters will now work:
{
"filters": [],
"syndication_query": {
"filters": [],
"topics_filter":"_type:MyCategory AND _value:MyValue"
}
}
Changelog
- fixed: [W-826] Filtering SourceTopics by type returns no results through API