Hello everyone. I have a problem with using couch views that has "complex" keys like: ["Category", "sub-cat", "sku", 100] For example, I trying to get all docs that is in "Paint" category, so my first guess was: startkey=["Paint",0,0,0]&endkey=["Paint",{},{},{}] but i got nothing. What am i doing wrong?