Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript MAPI doesn't support multiple "any" values #2

Open
mmurch opened this issue Apr 11, 2011 · 1 comment
Open

Javascript MAPI doesn't support multiple "any" values #2

mmurch opened this issue Apr 11, 2011 · 1 comment

Comments

@mmurch
Copy link

mmurch commented Apr 11, 2011

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

@rcrooks
Copy link

rcrooks commented Feb 14, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants