Closed oscarssanchezz closed 6 months ago
Per Brightcove documentation: https://apis.support.brightcove.com/cms/searching/cms-and-playback-apis-video-search-v2.html, a + sign should be added to make the query string parameter mandatory.
+
This seems to be the only way to make search work with combined queries such as state:active-inactive.
Adding the parameter to the query does not affect single search term negatively.
Closes #
Fixed - Bug fix: Add + sign to search term parameter for combined queries.
Props @oscarssanchezz
Description of the Change
Per Brightcove documentation: https://apis.support.brightcove.com/cms/searching/cms-and-playback-apis-video-search-v2.html, a
+
sign should be added to make the query string parameter mandatory.This seems to be the only way to make search work with combined queries such as state:active-inactive.
Adding the parameter to the query does not affect single search term negatively.
Closes #
How to test the Change
Changelog Entry
Credits
Props @oscarssanchezz
Checklist: