Brightcove-JS-MAPI icon indicating copy to clipboard operation
Brightcove-JS-MAPI copied to clipboard

Javascript MAPI doesn't support multiple "any" values

Open mmurch opened this issue 14 years ago • 1 comments

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

mmurch avatar Apr 11 '11 22:04 mmurch

I fixed this quite awhile ago and it is incorporated in the current version

rcrooks avatar Feb 14 '14 21:02 rcrooks