Hello,I'm using the /v3/search endpoint for http://scalabitz.com. Up until now, the content of the keywords fields has always been a single string with space-separated keywords. However, today I got an array of keywords in this field. But not for all articles, just one in this call: https://api-ssl.bitly.com/v3/search?query=scala&access_token=[]. Results of this call: https://gist.github.com/sandermak/5614864#file-gistfile1-json-L322 (jumps directly to the 'offending' line).Should I expect both types or is this a glitch?Thanks,Sander
Great, so just to be explicit: a string with space-separated keywords is the intended behavior?Thanks,Sander