Brightcove-JS-MAPI
Brightcove-JS-MAPI copied to clipboard
Javascript MAPI doesn't support multiple "any" values
I'm trying to add multiple "any" values to my search query, but the way the MAPI works suggests that I would have to use a json object like this: { "any": "search1", "any": "search2", "any": "search3"}.
When I make this query only the final one works because the system depends on proper json objects where each key is unique. Searches are clearly supposed to be able to handle multiple "any"s, so how does one fix this issue? http://support.brightcove.com/en/docs/searching-videos-media-api
I fixed this quite awhile ago and it is incorporated in the current version